A fresh library to build Bitcoin Cash applications in Rust.
Features
Rust nightly is required for documentation due to a bug fix which has not yet made it to stable.
Run ./configure once to setup nightly.
This library should not be used for consensus code because its validation checks are incomplete.
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.
This library supports the SV implementation of Bitcoin Cash. It includes the new opcodes OPMUL, OPRSHIFT, OPLSHIFT, and OPINVERT and the increased script op limit. CDS and CTOR validation are not supported.
rust-bch is licensed under the MIT license.