# conflux-rust **Repository Path**: aoems/conflux-rust ## Basic Information - **Project Name**: conflux-rust - **Description**: The Rust implementation of Conflux protocol. - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Conflux-Rust Conflux-rust is a rust-based implementation of Conflux protocol, it is fast and reliable. Please follow the [Conflux Documentation](https://conflux-chain.github.io/conflux-doc/) to [build](https://conflux-chain.github.io/conflux-doc/install/) and [run](https://conflux-chain.github.io/conflux-doc/get_started/) Conflux. This version depends on rustc 1.37.0. ## Contribution 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](https://github.com/Conflux-Chain/conflux-rust/issues) 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](https://github.com/Conflux-Chain/conflux-rust/blob/master/cargo_fmt.sh). * We use reviewable.io as our code review tool for any pull request. ## Resources * [Conflux Website](https://www.conflux-chain.org/) * [Conflux Paper](https://arxiv.org/abs/1805.03870) * [Medium](https://medium.com/@Confluxchain) ## License [GNU General Public License v3.0](https://github.com/Conflux-Chain/conflux-rust/blob/master/LICENSE)