The RPC documentation is hosted [here](https://tendermint.github.io/slate) and is generated by the CI from our [Slate repo](https://github.com/tendermint/slate). To update the documentation, edit the relevant `godoc` comments in the [rpc/core directory](https://github.com/tendermint/tendermint/tree/develop/rpc/core).
The RPC documentation is hosted here:
NOTE: We will be moving the RPC documentation into the website in the near future. Stay tuned!
- https://tendermint.com/rpc/
To update the documentation, edit the relevant `godoc` comments in the [rpc/core directory](https://github.com/tendermint/tendermint/tree/develop/rpc/core).
@ -7,7 +7,8 @@ Tendermint supports the following RPC protocols:
*JSONRPCoverHTTP
*JSONRPCoverwebsockets
TendermintRPCisbuiltusing[ourownRPClibrary](https://github.com/tendermint/tendermint/tree/master/rpc/lib) which contains its own set of documentation and tests.