An RPC client for the Bitcoin Core JSON-RPC API in Go (Golang).
rpcclient implements a Bitcoin Core JSON-RPC client package written
in Go. It provides a robust and easy to use client for
interfacing with a Bitcoin RPC server.
This package is currently under active development. It is already stable and
the infrastructure is complete. However, there are still several RPCs left to
implement and the API is not stable yet.
$ go get -u github.com/stevenroose/go-bitcoin-core-rpc
Package rpcclient is licensed under the copyfree ISC
License.