/substrate_node

Alpha version of Substrate port of Grassland Full Node

Primary LanguageRustMIT LicenseMIT

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