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
- Host: GitHub
- URL: https://github.com/kaonone/validator-bridge-module
- Owner: kaonone
- License: mit
- Created: 2019-10-31T14:24:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T03:00:47.000Z (about 3 years ago)
- Last Synced: 2025-04-09T23:51:01.791Z (9 months ago)
- Topics: akropolis, bridge, rust, validator
- Language: Rust
- Homepage:
- Size: 1.24 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```