Skip to content

EverestCoders/thunder

Repository files navigation

Thunder

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_app -- --headless

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

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

Benchmarks

$ RUSTFLAGS="-C target-cpu=native" cargo bench --package thunder --benches --features "bench"

Alternatively, if GNU bc and jq is installed, one can run scripts/bench.sh from the root of this repo.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages