Collection of JSON-RPC APIs provided by Ethereum execution engines
Go to file
lightclient@protonmail.com fd95e16582
remove js indent size
2021-08-23 22:47:48 +02:00
.github/workflows force push to deploy branch (#32) 2021-07-30 08:11:52 -06:00
scripts expand tabs for js files 2021-08-23 22:37:26 +02:00
src remove extra newline 2021-07-30 19:19:09 +02:00
.editorconfig remove js indent size 2021-08-23 22:47:48 +02:00
.gitignore Split spec into multiple files (#23) 2021-07-28 11:22:11 -06:00
LICENSE add license and readme 2021-06-15 22:31:43 -06:00
README.md Update View the spec link in README 2021-07-30 13:22:19 -07:00
package-lock.json Add ci validation for openrpc (#5) 2021-06-20 10:54:08 -06:00
package.json Split spec into multiple files (#23) 2021-07-28 11:22:11 -06:00

README.md

Ethereum JSON-RPC Specification

View the spec

The Ethereum JSON-RPC is a collection of methods that all clients implement. This interface allows downstream tooling and infrastructure to treat different Ethereum clients as swappable modules.

Contributing

The specification is written in OpenRPC.