This is an archived version that's no longer used. Please use https://github.com/grasslandnetwork/substrate_node 'grassland_full_node' branch instead
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.
Once the node has been built, type the following command to run it
./target/release/node-grassland --dev
Then start your substrate inference container.
If you want to stop the node, type CTRL-C
Detailed instructions are available in the "docs" directory