#bitcoin #crypto #bitcoin-core #rpc

shesek-bitcoincore-rpc

a fork of rust-bitcoincore-rpc with some minor changes

3 unstable releases

Uses old Rust 2015

0.11.0 May 27, 2020
0.10.1 May 18, 2020
0.10.0 May 18, 2020

#20 in #bitcoin-core

CC0 license

86KB
2K SLoC

bitcoincore-rpc

Rust client library for the Bitcoin Core daemon's JSON-RPC API.

Separate bitcoincore-rpc-json crate with the JSON-enabled data types used in the interface of this crate.

MSRV

The MSRV for this crate used to be 1.24.0, but that has recently been broken by an external dependency. We have yet to decide on a new MSRV.

License

All code is licensed using the CC0 license, as per the LICENSE file.


lib.rs:

Rust Client for Bitcoin Core API

This is a client library for the Bitcoin Core JSON-RPC API.

Dependencies

~13MB
~234K SLoC