Updated Home (markdown)

Josh Rickmar 2014-01-13 15:26:11 -08:00
parent 677a1ef4f5
commit 834cb896d2

@ -11,8 +11,8 @@ Welcome to the btcd wiki!
* More to come...
### Developer Resources
* [JSON-RPC Reference](https://github.com/conformal/btcd/wiki/JSON-RPC-API)
* [Websocket Extensions (Under Construction)](https://github.com/conformal/btcd/wiki/Websocket-Extensions)
* [Legacy JSON-RPC Reference](https://github.com/conformal/btcd/wiki/JSON-RPC-API)
* [Websocket JSON-RPC Reference](https://github.com/conformal/btcd/wiki/Websocket-JSON-RPC-API)
* Conformal Bitcoin-related Go Packages:
* [btcjson](https://github.com/conformal/btcjson) - Provides an extensive API for controlling and communicating with the client using JSON-RPC calls
* [btcws](https://github.com/conformal/btcws) - Custom types for btcd websocket extension commands (registers the websocket extension commands with [btcjson](https://github.com/conformal/btcjson))