Conflux-rust is a rust-based implementation of Conflux protocol, it is fast and reliable. Please follow the Conflux Documentation to build and run Conflux.
This version depends on rustc 1.37.0.
Thank you for considering helping out with our source code. We appreciate any contributions, even the smallest fixes.
Here are some guidelines before you start:
- Please fork the project to contribute your pull requests.
- If you wish to submit complex changes, please fire an issue to communicate with the core devs first.
- Pull requests need to be based on and opened against the
master
branch. - Code must be formatted using cargo_fmt.sh.
- We use reviewable.io as our code review tool for any pull request.