An open-source, blockchain powered solution for agricultural applications
This is an Blockchain plane of the krishi-IoB blockchain platform powered by Substrate/Blockchain node.
- Know how on substrate node template
- Clone the repository
- Update with custom firebase config
- Build and run app
MIT License
A fresh FRAME-based Substrate node, ready for hacking 🚀
Follow these steps to get started with the Node Template 🛠️
First, complete the basic Rust setup instructions.
Use Rust's native cargo
command to build and launch the template node:
cargo run --release -- --dev --tmp
The cargo run
command will perform an initial build. Use the following command to build the node
without launching it:
cargo build --release