Bitcoin in Go
Results
17
repositories owned by
Bitcoin in Go
btcd
6.1k
Stars
2.3k
Forks
Watchers
An alternative full node bitcoin implementation written in Go (golang)
btcchain
22
Stars
14
Forks
Watchers
Package btcchain implements bitcoin block handling and chain selection rules - a package from btcd
btcdb
29
Stars
19
Forks
Watchers
Provides a database interface for the bitcoin block chain - a package from btcd
btcec
23
Stars
15
Forks
Watchers
Implements support for the elliptic curves needed for bitcoin - a package from btcd
btcrpcclient
81
Stars
90
Forks
Watchers
Implements a robust and easy to use websocket-enabled Bitcoin JSON-RPC client.
btcscript
36
Stars
19
Forks
Watchers
Implements the bitcoin transaction script language - a package from btcd