Skip to content

Caliburn-Protocol: 一种基于声望的去中心化协作协议栈

Notifications You must be signed in to change notification settings

Wanxiang-Blockchain-Hackathon-2020/N14-Caliburn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

N14-Caliburn

Caliburn-Protocol: 一种去中心化协作协议栈。

Caliburn

A new FRAME-based Substrate node, ready for hacking.

Build

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

Run

Single Node Development Chain

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.

About

Caliburn-Protocol: 一种基于声望的去中心化协作协议栈

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published