About the RPC category

RPC stands for « Remote Procedure Call ». It is an API.

Substrate has a JSON RPC API allowing the user to submit extrinsics and request storage. It exists in two versions :

  • HTTP a standard request / response API
  • Websocket the same API but allowing bidirectional communication and listening to change
1 Like