lbcwallet/rpc/documentation
2016-02-12 11:58:38 -05:00
..
api.md Fix several typos in documentation and comments. 2016-02-12 11:58:38 -05:00
clientusage.md Modernize the RPC server. 2016-01-29 11:18:26 -05:00
README.md Modernize the RPC server. 2016-01-29 11:18:26 -05:00
serverchanges.md Modernize the RPC server. 2016-01-29 11:18:26 -05: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 it out of scope for these documents.