Caliburn-Protocol: 一种去中心化协作协议栈。
A new FRAME-based Substrate node, ready for hacking.
Install Rust:
curl https://sh.rustup.rs -sSf | sh
Initialize your Wasm Build environment:
cd caliburn
./scripts/init.sh
Build Wasm and native code:
rustup default nightly
cargo build --release
Purge any existing developer chain state:
./target/release/caliburn purge-chain --dev
Start a development chain with:
./target/release/caliburn --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
.