-
Notifications
You must be signed in to change notification settings - Fork 26
installation
Yang Xu edited this page Dec 20, 2019
·
1 revision
Install Rust:
curl https://sh.rustup.rs -sSf | sh
Install required tools:
./scripts/init.sh
Build Wasm and native code:
cargo build
You can start a development chain with:
cargo run -- --dev
Detailed logs may be shown by running the node with the following environment variables set: RUST_LOG=debug RUST_BACKTRACE=1 cargo run -- --dev
.
Anything unclear or inaccurate? Please let us know at [email protected].