Skip to content

austinheap/substrate_node

 
 

Repository files navigation

Substrate port of Grassland Full Node

This is an alpha version for testing. It's not ready for use yet.

Build

Use the following command to build the node without launching it

cargo build --release

Note: This node requires Grassland's substrate inference container in order to work.

Run

Once the node has been built, type the following command to run it

./target/release/node-grassland --dev

Then start your substrate inference container.

Stop

If you want to stop the node, type CTRL-C

Detailed Instructions

Detailed instructions are available in the "docs" directory

About

Alpha version of Substrate port of Grassland Full Node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 96.5%
  • Nix 2.4%
  • Shell 1.1%