From 678ade43413ea71aee76e442e1bc7af08dc27ae0 Mon Sep 17 00:00:00 2001 From: Willian Mitsuda Date: Thu, 20 Jan 2022 16:31:07 -0300 Subject: [PATCH] Expose custom jsonrpc docs in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0e345be..ceab17e 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,10 @@ However, you will see that we made many UI improvements. We make use of [Sourcify](https://sourcify.dev/) for displaying contract verification info. More info [here](docs/sourcify.md). +## Otterscan JSON-RPC API extensions + +We implemented new JSON-RPC APIs to expose information not available in a standard ETH node. They can be useful for non-Otterscan users and their specification is available [here](./docs/custom-jsonrpc.md). + ## Kudos (in no particular order) We make use of many open-source software and integrate many public datasources, mainly: