Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.