From 184e7ea4d6dbeaf0574ba5a426d7d61ff6d25e18 Mon Sep 17 00:00:00 2001 From: Shane Date: Fri, 25 Sep 2020 15:55:49 -0700 Subject: [PATCH] fix(README): add docs link at top --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 769d3d0..6b46375 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ethereum-json-rpc-specification +[View the Documentation](https://playground.open-rpc.org/?uiSchema[appBar][ui:splitView]=false&schemaUrl=https://raw.githubusercontent.com/etclabscore/ethereum-json-rpc-specification/master/openrpc.json&uiSchema[appBar][ui:input]=false). + ## Overview This repository is the home of the Ethereum [OpenRPC](https://spec.open-rpc.org) document that describes the JSON-RPC interface to be implemented by client developers. It contains the tooling and scripts to automate producing artifacts for consuming the JSON-RPC API (docs, clients, etc).