Skip to content

Commit

Permalink
Update docs/build/wasp-evm/0.7/docs/reference/json-rpc-spec.md
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Tortora <[email protected]>
  • Loading branch information
anistark and lucas-tortora authored Oct 16, 2023
1 parent 0222068 commit 642c53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/wasp-evm/0.7/docs/reference/json-rpc-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The [JSON-RPC](https://www.jsonrpc.org/specification) is a stateless, lightweight remote procedure call (RPC) protocol. It defines several data structures and the rules around their processing. It is transport agnostic because the concepts can be used within the same process, over sockets, HTTP, or in various message-passing environments. It uses JSON (RFC 4627) as data format.

This page deals mainly with the JSON-RPC API used by EVM execution clients.
This page deals with the JSON-RPC API used by EVM execution clients.

## JSON-RPC Methods According to [Ethereum Client API](https://ethereum.org/en/developers/docs/apis/json-rpc/)

Expand Down

0 comments on commit 642c53c

Please sign in to comment.