This repository is a fork of ccampbell/go-electrum which is a fork of d4l3k/go-electrum, both of which are unmaintained now.
A pure Go ElectrumX bitcoin client library. This makes it easy to write bitcoin based services using Go without having to run a full bitcoin node, or querying for bitcoin data that is not available through a regular full node.
Packages provided
- electrumx - Dependency-free (except for the standard library) module for using JSON-RPC to talk directly to ElectrumX servers.
- wallet - A bitcoin wallet built on btcwallet with ElectrumX as the backend.
See examples for more.
If you find these packages useful, please consider flipping me a few satoshis 🤗
go-electrumx is licensed under the MIT license.