Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.47 KB

README.md

File metadata and controls

26 lines (14 loc) · 1.47 KB

go-electrumx GoDoc

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.

go-electrumx

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.

Usage

See examples for more.

Donate

If you find these packages useful, please consider flipping me a few satoshis 🤗

bc1qdlg5jwyaa7gyx2gxdmtqhz4l7uy09xy4rrjfm4

License

go-electrumx is licensed under the MIT license.