Crates.io | mwc-bch |
lib.rs | mwc-bch |
version | 0.2.0 |
source | src |
created_at | 2024-11-07 16:37:16.149985 |
updated_at | 2024-11-07 16:37:16.149985 |
description | A Rust library for working with Bitcoin Cash |
homepage | |
repository | https://github.com/mwcproject/rust-bch |
max_upload_size | |
id | 1439953 |
size | 547,812 |
A library to build Bitcoin Cash (BCH) applications in Rust.
This library was originally developed by Brenton Gunning, who discontinued it in favor of rust-sv. This is a fork to resume active development.
Features:
Missing features:
Patches welcome!
Add bch = "0.2.0"
to Cargo.toml in your project.
See CHANGELOG.
This library should not be used for consensus code because its validation checks are incomplete.
rust-sv - started as a fork of rust-bch, in active development. rust-bch will pull code from it as long as both libraries remain compatible.
rust-bitcoin - rust-bch has no ties to rust-bitcoin. This library can do everything rust-bitcoin can do and more for Bitcoin Cash.
parity-bitcoin - The parity Bitcoin client is a full node in Rust. Its code is more full-featured and also more complex.
bitcrust - The bitcrust project is strong in some areas and lacking in others. The two projects could be used together.
rust-bch is licensed under the MIT license.