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