Skip to content

Commit

Permalink
Update to json rpc methods
Browse files Browse the repository at this point in the history
  • Loading branch information
owans committed Dec 4, 2024
1 parent db55f5d commit 7a12649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/01-concepts/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ The ability of different blockchain networks to interact and share data, enablin

This is a protocol that allows for making remote procedure calls using JSON (JavaScript Object Notation). It is widely used to interact with blockchain nodes, enabling applications to send commands and receive responses over the network. This protocol facilitates communication between clients and servers in a standardized way, making it easier for developers to build applications that interact with blockchain technology.

<Button size="sm" href="/node-operators/json-rpc/">Learn about JSON RPC</Button>
<Button size="sm" href="/node-operators/json-rpc/methods/">View JSON RPC Methods</Button>
<br/>
<br/>

Expand Down

0 comments on commit 7a12649

Please sign in to comment.