bitcoin-consensus

Crates.iobitcoin-consensus
lib.rsbitcoin-consensus
version0.3.0+0.18.0
sourcesrc
created_at2017-05-21 16:22:24.137817
updated_at2019-07-20 18:05:55.821018
descriptionRust bindings to libbitcoinconsensus
homepage
repositoryhttps://github.com/jbg/bitcoin-consensus
max_upload_size
id15485
size20,446
Jasper (jbg)

documentation

https://docs.rs/bitcoin-consensus/

README

bitcoin-consensus

Rust bindings to libbitcoinconsensus

crates.io docs.rs CircleCI

This project allows Bitcoin software to be written in Rust while using the same library for script verification that Bitcoin Core uses.

cargo build will automatically check out the Bitcoin Core GitHub repository, configure and build it, and build the bindings statically linked to libbitcoinconsensus and libsecp256k1.

Currently building against the consensus library from Bitcoin Core v0.18.0.

Commit count: 31

cargo fmt