Skip to content

Commit

Permalink
Update docs/05-dev-tools/node-rpc/rpc-api.md
Browse files Browse the repository at this point in the history
Co-authored-by: Owanate Amachree <amachreeowanate@gmail.com>
  • Loading branch information
wise4rmgodroot and owans authored Dec 4, 2024
1 parent ac7ab17 commit 2053194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/05-dev-tools/node-rpc/rpc-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: "Remote Procedure Call (RPC) is a protocol that allows a program to
Remote Procedure Call (RPC) is a protocol that allows a program to execute procedures (functions) on a remote server as if they were local calls. This eliminates the need for developers to handle low-level network communication.

### How Our API Works
Our API uses the JSON-RPC protocol, a lightweight, text-based standard for defining procedures and their parameters. This makes it easy to communicate with the API using JSON-formatted requests and receive structured responses.
Rootstock RPC API uses the JSON-RPC protocol, a lightweight, text-based standard for defining procedures and their parameters. This makes it easy to communicate with the API using JSON-formatted requests and receive structured responses.

### Use Cases
- Building integrations for your product or service.
Expand Down

0 comments on commit 2053194

Please sign in to comment.