Skip to content

Commit

Permalink
Mention RPC endpoints for protocol (#308)
Browse files Browse the repository at this point in the history
* Mention RPC endpoints for protocol

* clarify "software"
  • Loading branch information
timothymcmackin authored Feb 12, 2024
1 parent 860980f commit a94e6dd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/architecture/rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: The RPC protocol
authors: "Tim McMackin"
last_update:
date: 6 November 2023
date: 6 February 2023
---

The Tezos RPC (Remote Procedure Call) protocol is a specification for a REST API that clients use to interact with Tezos nodes and nodes use to communicate with each other.
Expand All @@ -11,7 +11,10 @@ Tezos nodes act as servers and accept HTTP requests from clients and other nodes

Tezos RPC uses JSON to send and receive data, but it does not adhere to the JSON-RPC specification.

For a list of the endpoints in the Tezos RPC protocol, see [Shell RPCs - Reference](https://tezos.gitlab.io/shell/rpc.html#rpc-index-shell) in the Octez documentation.
Different parts of the software provide different RPC endpoints:

- For RPC endpoints for the shell, see [Shell RPCs - Reference](https://tezos.gitlab.io/shell/rpc.html#rpc-index-shell) in the Octez documentation.
- For RPC endpoints for the active version of the protocol, see https://tezos.gitlab.io/active/rpc.html.

## Public and private RPC nodes

Expand Down

0 comments on commit a94e6dd

Please sign in to comment.