Skip to content

A Layered Cryptocurrency and Decentralized Blockchain System.

License

Notifications You must be signed in to change notification settings

coder-blockchain/starcoin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Layered Cryptocurrency and Decentralized Blockchain System.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 92.8%
  • C 5.7%
  • Shell 0.8%
  • C++ 0.4%
  • Gherkin 0.2%
  • HTML 0.1%