Add websocket RPC examples link.

Dave Collins 2014-01-22 17:01:07 -08:00
parent 2dbc307f31
commit e6a148e696

@ -15,6 +15,7 @@ Welcome to the btcd wiki!
* [Legacy JSON-RPC Reference](https://github.com/conformal/btcd/wiki/JSON-RPC-API)
* [RPC Examples](https://github.com/conformal/btcd/wiki/JSON-RPC-API#wiki-ExampleGoApp)
* [Websocket JSON-RPC Reference](https://github.com/conformal/btcd/wiki/Websocket-JSON-RPC-API)
* [Websocket RPC Examples](https://github.com/conformal/btcd/wiki/Websocket-JSON-RPC-API#wiki-ExampleGoApplications)
* 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))