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

btcjson

56
Stars
38
Forks
Watchers

Implements the bitcoin JSON-RPC API - a package from btcd

btclog

17
Stars
62
Forks
Watchers

Package btclog implements a subsystem aware logger.

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

btcsim

34
Stars
32
Forks
Watchers

btcutil

458
Stars
414
Forks
Watchers

Provides bitcoin-specific convenience functions and types