darwinia-shadow 0.1.0

The shadow service for relayers and verify workers to retrieve header data and generate proof.
docs.rs failed to build darwinia-shadow-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: darwinia-shadow-0.2.5

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.0

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
  • Please make sure you have sqlite3 installed in your machine

Trouble Shooting

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

LICENSE

GPL-3.0