Improve overview in doc.go.
This commit is contained in:
parent
9bb16e208d
commit
0fc9504da4
1 changed files with 3 additions and 4 deletions
7
doc.go
7
doc.go
|
@ -7,10 +7,9 @@ Package btcrpcclient implements a websocket-enabled Bitcoin JSON-RPC client.
|
|||
|
||||
Overview
|
||||
|
||||
This client is intended to provide a robust and easy to use client for
|
||||
interfacing with a Bitcoin RPC server that uses a btcd/bitcoin core compatible
|
||||
Bitcoin JSON-RPC API. This client has been tested with
|
||||
btcd (https://github.com/conformal/btcd),
|
||||
This client provides a robust and easy to use client for interfacing with a
|
||||
Bitcoin RPC server that uses a btcd/bitcoin core compatible Bitcoin JSON-RPC
|
||||
API. This client has been tested with btcd (https://github.com/conformal/btcd),
|
||||
btcwallet (https://github.com/conformal/btcwallet), and
|
||||
bitcoin core (https://github.com/bitcoin).
|
||||
|
||||
|
|
Loading…
Reference in a new issue