Crates.io | bitcoin-consensus |
lib.rs | bitcoin-consensus |
version | 0.3.0+0.18.0 |
source | src |
created_at | 2017-05-21 16:22:24.137817 |
updated_at | 2019-07-20 18:05:55.821018 |
description | Rust bindings to libbitcoinconsensus |
homepage | |
repository | https://github.com/jbg/bitcoin-consensus |
max_upload_size | |
id | 15485 |
size | 20,446 |
Rust bindings to libbitcoinconsensus
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.