StarCoin 2.0 with FlexiDag preview user guide
Build from source
checkout source && build
git clone git@github.com:starcoinorg/starcoin.git
git checkout origin/dag
cargo build --release
Or download from release
https://github.com/starcoinorg/starcoin/releases/tag/v2.0.0-alpha
Start node && join dag-net for mining
# Setting the miner client thread number to 4
./target/debug/starcoin -n dag-net:256 --genesis-config halley --miner-thread 4 console
Check chain status
starcoin% chain info