Skip to content

substrate runtime and node for sunshine organizations

License

Notifications You must be signed in to change notification settings

uk-jeong/sunshine-node

 
 

Repository files navigation

"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

Onboarding

New to Rust?

Building a simple CLI tool is a nice first Rust project

To get started with Substrate

Build

Install Rust:

curl https://sh.rustup.rs -sSf | sh

Initialize your Wasm Build environment:

./scripts/init.sh

Build Wasm and native code:

cargo build --release

Run Single Node Development Chain

Purge any existing developer chain state:

./target/release/sunshine-node purge-chain --dev

Start a development chain with:

./target/release/sunshine-node --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

substrate runtime and node for sunshine organizations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.1%
  • Other 0.9%