lbcwallet/rpc/documentation
Josh Rickmar 2009ee0230 Set gRPC cipher suites sooner in node.js example.
While here, also rename OpenSSL to BoringSSL since gRPC Core has
switched to that.

Fixes #429.
2016-04-27 16:36:05 -04:00
..
api.md Fix spelling in legacy test and docs using aspell 2016-03-09 20:39:03 +01:00
clientusage.md Set gRPC cipher suites sooner in node.js example. 2016-04-27 16:36:05 -04:00
README.md Fix spelling in legacy test and docs using aspell 2016-03-09 20:39:03 +01:00
serverchanges.md Fix spelling in legacy test and docs using aspell 2016-03-09 20:39:03 +01:00

RPC Documentation

This project provides a gRPC server for Remote Procedure Call (RPC) access from other processes. This is intended to be the primary means by which users, through other client programs, interact with the wallet.

These documents cover the documentation for both consumers of the server and developers who must make changes or additions to the API and server implementation:

A legacy RPC server based on the JSON-RPC API of Bitcoin Core's wallet is also available, but documenting its usage is out of scope for these documents.