Report a Bug · Request a Feature . Ask a Question
cargo build --release
For prerequisites and detailed build instructions please read Build from source document.
Download binary release from github releases page.
starcoin -n dev console
More detailed dev instructions please read Run starcoin dev network document.
starcoin -n barnard console
starcoin -n main console
Connect to the main network seed nodes:
starcoin --connect ws://main.seed.starcoin.org:9870 console
note: Account-related commands cannot be used when connecting remotely
Connect to the main network seed nodes and use a local account database for using Account-related commands
starcoin --connect ws://main.seed.starcoin.org:9870 --local-account-dir ~/.starcoin/main/account_vaults console
More detailed test network info please read Join starcoin test network.
See the open issues for a list of proposed features (and known issues).
- Top Feature Requests (Add your votes using the 👍 reaction)
- Top Bugs (Add your votes using the 👍 reaction)
- Newest Bugs
- Help Wanted
First off, thanks for taking the time to contribute! Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are greatly appreciated.
Please try to create bug reports that are:
- Reproducible. Include steps to reproduce the problem.
- Specific. Include as much detail as possible: which version, what environment, etc.
- Unique. Do not duplicate existing opened issues.
- Scoped to a Single Bug. One bug per report.
You can learn more about contributing to the Starcoin project by reading our Contribution Guide and by viewing our Code of Conduct.
Reach out to the maintainer at one of the following places:
Starcoin is licensed as Apache 2.0.