Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.52 KB

README.md

File metadata and controls

56 lines (35 loc) · 1.52 KB

Starcoin

Build and Test License codecov

A Layered Cryptocurrency and Decentralized Blockchain System.

Build from source

cargo build --release 

For prerequisites and detailed build instructions please read Build from source document.

Install binary

Download binary release from github releases page.

Run dev node:

starcoin -n dev console

More detailed dev instructions please read Run starcoin dev network document.

Join a test network

starcoin -n barnard console

Join main network

starcoin -n main console

More detailed test network info please read Join starcoin test network.

Network deployment status

  1. halley: auto deploy latest code.
  2. proxima: v1.0.0-rc
  3. barnard: v1.0.0-rc
  4. main: v1.0.0-rc

Contribution

Thank you for considering to help out with the source code! Feel free to submit a issue or pull request.

License

Starcoin is licensed as Apache 2.0.