From fb46e0fd79e9eb31e82a404f48ab0b56a52fab91 Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Tue, 14 Jul 2020 13:13:52 +0200 Subject: [PATCH] Further review --- docs.wrm/api/providers/index.wrm | 2 +- docs.wrm/api/providers/jsonrpc-provider.wrm | 2 +- docs/v5/README.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs.wrm/api/providers/index.wrm b/docs.wrm/api/providers/index.wrm index c6166ecd7..d10d71a58 100644 --- a/docs.wrm/api/providers/index.wrm +++ b/docs.wrm/api/providers/index.wrm @@ -9,7 +9,7 @@ cover the vast majority of use-cases, but also includes the necessary functions and classes for sub-classing if a more custom configuration is necessary. -Most users should be able to simply use the [[providers-getDefaultProvider]]. +Most users should use the [[providers-getDefaultProvider]]. _subsection: Default Provider @ diff --git a/docs.wrm/api/providers/jsonrpc-provider.wrm b/docs.wrm/api/providers/jsonrpc-provider.wrm index 65df445b4..eedc06186 100644 --- a/docs.wrm/api/providers/jsonrpc-provider.wrm +++ b/docs.wrm/api/providers/jsonrpc-provider.wrm @@ -1,6 +1,6 @@ _section: JsonRpcProvider @ @INHERIT<[[Provider]]> @SRC -The [JSON-RPC API](link-jsonrpc) is a very popular method for interacting +The [JSON-RPC API](link-jsonrpc) is a popular method for interacting with Ethereum and is available in all major Ethereum node implementations (e.g. [[link-geth]] and [[link-parity]]) as well as many third-party web services (e.g. [[link-infura]]) diff --git a/docs/v5/README.md b/docs/v5/README.md index fb67364de..d2382ba25 100644 --- a/docs/v5/README.md +++ b/docs/v5/README.md @@ -21,6 +21,7 @@ Developer Documentation * [Importing](getting-started) * [Common Terminology](getting-started) * [Connecting to Ethereum: Metamask](getting-started) + * [Connecting to Ethereum: RPC](getting-started) * [Contracts](getting-started) * [Signing Messages](getting-started) * [Ethereum Basics](concepts)