Skip to content

torkelrogstad/thunder-orchard

 
 

Repository files navigation

Thunder-Orchard

Building

Check out the repo with git clone, and then

$ git submodule update --init
$ cargo build

Running

# Starts the RPC-API server
$ cargo run --bin thunder_orchard_app -- --headless

# Runs the CLI, for interacting with the JSON-RPC server
$ cargo run --bin thunder_orchard_app_cli

# Runs the user interface. Includes an embedded 
# version of the JSON-RPC server. 
$ cargo run --bin thunder_orchard_app -- --headless

About

Thunder + ZCash Orchard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Rust 99.8%
  • Other 0.2%