Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.72 KB

README.md

File metadata and controls

60 lines (37 loc) · 1.72 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

Connect to remote node

Connect main network seed nodes:

starcoin --connect ws://main.seed.starcoin.org:9870 console

note: Account-related commands cannot be used when connecting remotely

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

Contribution

Thank you for considering to help out with the source code! Feel free to submit an issue or pull request. Starcoin Move stdlib contribution document at Starcoin Move standard library and framework.

License

Starcoin is licensed as Apache 2.0.