lbcwallet/rpc/documentation
John C. Vernaleo 82e743754f Rename some rpc commands to something more generic.
StartBtcdRpc becomes StartConsensusRpc.

This is useful for forks such as decred or if someone were to write
another compatible server.

Bump up the api version as this is a change.
2016-03-03 14:22:14 -05:00
..
api.md Rename some rpc commands to something more generic. 2016-03-03 14:22:14 -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.