decred.org/dcrwallet/v3@v3.1.0/rpc/documentation/README.md (about) 1 # RPC Documentation 2 3 This project provides a [gRPC](https://www.grpc.io/) server for Remote Procedure 4 Call (RPC) access from other processes. This is intended to be the primary 5 means by which users, through other client programs, interact with the wallet. 6 7 These documents cover the documentation for both consumers of the server and 8 developers who must make changes or additions to the API and server 9 implementation: 10 11 - [API specification](./api.md) 12 - [Client usage](./clientusage.md) 13 - [Making API changes](./serverchanges.md) 14 15 A legacy JSON-RPC server is also available, but documenting its usage 16 it out of scope for these documents.