Skip to content
This repository has been archived by the owner on Jun 9, 2019. It is now read-only.

Rust client library for talking to Bitcoin Core nodes using JsonRPC.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-Apache-2.0
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

coblox/bitcoinrpc-rust-client

Repository files navigation

Bitcoin RPC Client

Build Status Crates.io

Deprecated. This library is unmaintained in favor of https://github.com/rust-bitcoin/rust-bitcoincore-rpc

This crate provides a Rust interface to the Bitcoin JSON-RPC API.

It is currently work-in-progress as not all RPC calls are implemented.

Features

  • Does not use macros
  • Automatic retry mechanism if bitcoin-core is not yet ready
  • Provides trait of all RPC methods for easy mocking (BitcoinRpcApi)

Usage

Check examples/ but basically, given a URL and the username/password for the node, you can construct a client and call the desired RPC method.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Rust client library for talking to Bitcoin Core nodes using JsonRPC.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-Apache-2.0
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages