Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbg/bitcoin-consensus
Rust bindings to libbitcoinconsensus
https://github.com/jbg/bitcoin-consensus
bitcoin consensus rust rust-library
Last synced: 2 months ago
JSON representation
Rust bindings to libbitcoinconsensus
- Host: GitHub
- URL: https://github.com/jbg/bitcoin-consensus
- Owner: jbg
- License: apache-2.0
- Created: 2017-05-20T21:24:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-17T07:35:00.000Z (over 3 years ago)
- Last Synced: 2024-10-07T02:48:18.551Z (3 months ago)
- Topics: bitcoin, consensus, rust, rust-library
- Language: Rust
- Size: 16.6 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bitcoin-consensus
Rust bindings to libbitcoinconsensus[![crates.io](https://img.shields.io/crates/v/bitcoin-consensus.svg)](https://crates.io/crates/bitcoin-consensus) [![docs.rs](https://docs.rs/bitcoin-consensus/badge.svg)](https://docs.rs/bitcoin-consensus) [![CircleCI](https://circleci.com/gh/jbg/bitcoin-consensus.svg?style=svg)](https://circleci.com/gh/jbg/bitcoin-consensus)
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.