An open API service indexing awesome lists of open source software.

https://github.com/kaonone/validator-bridge-module

Validator bridge module
https://github.com/kaonone/validator-bridge-module

akropolis bridge rust validator

Last synced: 9 months ago
JSON representation

Validator bridge module

Awesome Lists containing this project

README

          

# Validator

This is validator of a bridge between Ethereum and Substrate.

# Status

POC. Active development.

# Building

Install Rust:

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

Build:

```bash
cargo build
```

Prepare `.env` file with default environment variables:

```bash
cp .env.example .env
```

# Run

```bash
cargo run
```