Basically, ethereum nodes have now simpler and intutive requests with human readable responses.
Still clueless? Explainer for where does it fits the equation - https://amit0617.hashnode.dev/web2-to-web3-in-one-shot and slides no. 8 and 9 of the ppt
openapi.yaml
consists of OPEN API specification for the REST API.
- Download
ethRPCtoREST
binary, make it executable usingchmod +x ./ethRPCtoREST
. - Execute it
./ethRPCtoREST $RPC_URL
. - And you are done! Open localhost:3000 and visit URL endpoints as mentioned in API SPEC which is available at
localhost:3000/docs
endpoint.
This Project was part of Ethereum Protocol Fellowship cohort 4 and proposal can be found there.