Borlaug blockchain network is built for agro economies & self organizing communities.
Install stable Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Build project
git clone git@github.com:BorlaugWebServices/borlaug.git
cd borlaug
Use instant seal (for development)
cargo build --release --features instant_seal
Use grandpa/babe (for production). Note that with babe, stopping the chain for any length of time will cause errors.
cargo build --release --features grandpa_babe
Run node in "development" mode
./target/release/borlaug --dev
Run tests
cargo test --all
Borlaug is GPL 3.0 licensed.