Skip to content

ElectrumX protocol client written in Go

License

Notifications You must be signed in to change notification settings

barebitcoin/go-electrumx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

ElectrumX protocol client written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%