Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 892 Bytes

zkEVM-custom-endpoints.md

File metadata and controls

9 lines (5 loc) · 892 Bytes

zkEVM custom endpoints

The zkEVM Node JSON RPC server works as is when compared to the official Ethereum JSON RPC, but there are some extra information that also needs to be shared when talking about a L2 Networks, in our case we have information about Batches, Proofs, L1 transactions and much more

In order to allow users to consume this information, a custom set of endpoints was created to provide this information, they are provided under the prefix zkevm_

The endpoint documentation follows the OpenRPC Specification and can be found next to the endpoints implementation as a json file, here

The spec can be easily visualized using the official OpenRPC Playground, just copy and paste the json content into the playground area to find a friendly UI showing the methods