Add additional doco on how btcwire relates to btcd.
This commit is contained in:
parent
29cd3a7246
commit
d33fdb2c3c
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,12 @@ licensed under the liberal ISC license.
|
||||||
There is an associated blog post about the release of this package
|
There is an associated blog post about the release of this package
|
||||||
[here](https://blog.conformal.com/btcwire-the-bitcoin-wire-protocol-package-from-btcd/).
|
[here](https://blog.conformal.com/btcwire-the-bitcoin-wire-protocol-package-from-btcd/).
|
||||||
|
|
||||||
|
This package is one of the core packages from btcd, an alternative full-node
|
||||||
|
implementation of bitcoin which is under active development by Conformal.
|
||||||
|
Although it was primarily written for btcd, this package has intentionally been
|
||||||
|
designed so it can be used as a standalone package for any projects needing to
|
||||||
|
interface with bitcoin peers at the wire protocol level.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
Full `go doc` style documentation for the project can be viewed online without
|
Full `go doc` style documentation for the project can be viewed online without
|
||||||
|
|
Loading…
Reference in a new issue