"Over time, all the components of the DAO are likely to be upgraded using its own mechanisms...Given the high requirements for stability, self-improvement will be critical to the survival of any DAO-based democratic system." ~DAOs, Democracy and Governance by Ralph Merkle
New to Rust?
Building a simple CLI tool is a nice first Rust project
To get started with Substrate
Install Rust:
curl https://sh.rustup.rs -sSf | shInitialize your Wasm Build environment:
./scripts/init.shBuild Wasm and native code:
cargo build --releasePurge any existing developer chain state:
./target/release/sunshine-node purge-chain --devStart a development chain with:
./target/release/sunshine-node --devDetailed logs may be shown by running the node with the following environment variables set: RUST_LOG=debug RUST_BACKTRACE=1 cargo run -- --dev.
