All Projects → Conflux-Chain → Conflux Rust

Conflux-Chain / Conflux Rust

Licence: gpl-3.0
The Rust implementation of Conflux protocol.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Conflux Rust

Lbry Sdk
The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
Stars: ✭ 7,169 (+2072.42%)
Mutual labels:  blockchain, cryptocurrency, p2p
Go Seele
Seele is an open source blockchain project which consists of advanced sharding technology and our innovative anti-asic MPoW consensus algorithm. The ONLY official website is
Stars: ✭ 234 (-29.09%)
Mutual labels:  blockchain, cryptocurrency, p2p
Monero
Monero: the secure, private, untraceable cryptocurrency
Stars: ✭ 6,503 (+1870.61%)
Mutual labels:  blockchain, cryptocurrency, p2p
Go Vite
Official Go implementation of the Vite protocol
Stars: ✭ 257 (-22.12%)
Mutual labels:  blockchain, cryptocurrency, p2p
Particl Desktop
The GUI application for Particl Markeplace and PART coin wallet. A decentralized peer to peer marketplace –free, secure, private, untraceable.
Stars: ✭ 131 (-60.3%)
Mutual labels:  blockchain, cryptocurrency, p2p
Firo
The privacy-focused cryptocurrency
Stars: ✭ 528 (+60%)
Mutual labels:  blockchain, cryptocurrency, p2p
Ebookcoin
Ebookcoin has been updated to DDN Blockchain,please get it from https://github.com/ddnlink/ddn
Stars: ✭ 789 (+139.09%)
Mutual labels:  blockchain, cryptocurrency, p2p
Bitcoin.org
Bitcoin.org Website
Stars: ✭ 1,090 (+230.3%)
Mutual labels:  blockchain, cryptocurrency, p2p
Awesome Privacy On Blockchains
A curated list of privacy on blockchains resources
Stars: ✭ 86 (-73.94%)
Mutual labels:  blockchain, cryptocurrency, p2p
Conceal Core
Conceal Core - Daemon & Wallets (CLI)
Stars: ✭ 72 (-78.18%)
Mutual labels:  blockchain, cryptocurrency, p2p
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (-45.45%)
Mutual labels:  blockchain, cryptocurrency, p2p
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (-50%)
Mutual labels:  blockchain, cryptocurrency, p2p
Wavelet
Write once, run forever. Deploy robust, scalable, decentralized WebAssembly applications on Wavelet.
Stars: ✭ 224 (-32.12%)
Mutual labels:  blockchain, cryptocurrency, p2p
Road2blockchain
180天搞懂区块链。 区块链的浪潮已来, 当一个弄潮儿,随时准备冲上浪潮之巅。(由于时间精力的原因, 项目暂时搁置,不再更新。 抱歉, 有一腔热情,但是吹下的牛逼没有按时完成。不过对区块链依然保持关注, 欢迎大家关注公众号allinblockchain)
Stars: ✭ 254 (-23.03%)
Mutual labels:  blockchain, cryptocurrency
Time Series Machine Learning
Machine learning models for time series analysis
Stars: ✭ 261 (-20.91%)
Mutual labels:  blockchain, cryptocurrency
Celo Monorepo
Official repository for core projects comprising the Celo platform
Stars: ✭ 269 (-18.48%)
Mutual labels:  blockchain, cryptocurrency
Awesome Blockchain Rust
Collect libraries and packages about blockchain/cryptography in Rust
Stars: ✭ 251 (-23.94%)
Mutual labels:  blockchain, p2p
Blockchain go
A simplified blockchain implementation in Golang
Stars: ✭ 3,150 (+854.55%)
Mutual labels:  blockchain, cryptocurrency
Elixium core
A privacy-preserving decentralized application network
Stars: ✭ 274 (-16.97%)
Mutual labels:  blockchain, cryptocurrency
Nano Node
Nano is a cryptocurrency
Stars: ✭ 3,336 (+910.91%)
Mutual labels:  blockchain, cryptocurrency

Conflux-Rust

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.47.0.

Contribution

Thank you for considering helping out with our source code. We appreciate any contributions, even the smallest fixes. Please read the guideline on how to submit issues and pull requests. Note that if you want to propose significant changes to the Conflux protocol. Please submit a CIP.

Unit Tests and Integration Tests

Unit tests come together with the rust code. It can be invoked via cargo test --release --all after Conflux being compiled from the source code. See the Getting Started page for more information. Integration tests are python test scripts ended with _test.py in the tests directory. To run these tests, first compile Conflux in release mode using cargo build --release. Then, you can run all integration tests using the script tests/test_all.py.

Resources

License

GNU General Public License v3.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].