Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 341 Bytes

File metadata and controls

33 lines (21 loc) · 341 Bytes

Validator

This is validator of a bridge between Ethereum and Substrate.

Status

POC. Active development.

Building

Install Rust:

curl https://sh.rustup.rs -sSf | sh

Build:

cargo build

Prepare .env file with default environment variables:

cp .env.example .env

Run

cargo run