darwinia-shadow

Crates.iodarwinia-shadow
lib.rsdarwinia-shadow
version0.2.5
sourcesrc
created_at2020-08-27 07:44:08.338263
updated_at2020-09-23 07:13:44.359636
descriptionThe shadow service for relayers and verify workers to retrieve header data and generate proof.
homepagehttps://github.com/darwinia-network/shadow
repositoryhttps://github.com/darwinia-network/shadow
max_upload_size
id281315
size415,126
(clearloop)

documentation

https://docs.rs/darwinia-shadow

README

Shadow

Shadow crate doc LICENSE

The shadow service for relayers and verify workers to retrieve header data and generate proof. Shadow will index the data it needs from blockchain nodes, such as Ethereum and Darwinia.

Usage

shadow 0.2.5

USAGE:
    shadow <SUBCOMMAND>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

SUBCOMMANDS:
    count    Current block height in mmr store
    help     Prints this message or the help of the given subcommand(s)
    run      Start shadow service
    trim     Trim mmr from target leaf

Download

$ cargo install darwinia-shadow

Note

  • Please make sure you have golang installed in your machine

Environment

ENV Desc Example
ETHEREUM_RPC The rpc of ethereum node ETHEREUM_RPC=http://localhost:8545
ETHEREUM_ROPSTEN Enable ropsten source ETHEREUM_ROPSTEN=true
MMR_LOG The gap of mmr logs MMR_LOG=10000

Trouble Shooting

Everytime you run proof in error, please delete ~/.ethashproof and ~/.ethash and retry.

LICENSE

GPL-3.0

Commit count: 98

cargo fmt