Skip to content

kaonone/validator-bridge-module

Repository files navigation

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