Further review
This commit is contained in:
parent
84d6fdfc37
commit
fb46e0fd79
@ -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
|
necessary functions and classes for sub-classing if a more
|
||||||
custom configuration is necessary.
|
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 @<providers-getDefaultProvider>
|
_subsection: Default Provider @<providers-getDefaultProvider>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
_section: JsonRpcProvider @<JsonRpcProvider> @INHERIT<[[Provider]]> @SRC<providers:class.JsonRpcProvider>
|
_section: JsonRpcProvider @<JsonRpcProvider> @INHERIT<[[Provider]]> @SRC<providers:class.JsonRpcProvider>
|
||||||
|
|
||||||
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
|
with Ethereum and is available in all major Ethereum node implementations
|
||||||
(e.g. [[link-geth]] and [[link-parity]]) as well as many
|
(e.g. [[link-geth]] and [[link-parity]]) as well as many
|
||||||
third-party web services (e.g. [[link-infura]])
|
third-party web services (e.g. [[link-infura]])
|
||||||
|
@ -21,6 +21,7 @@ Developer Documentation
|
|||||||
* [Importing](getting-started)
|
* [Importing](getting-started)
|
||||||
* [Common Terminology](getting-started)
|
* [Common Terminology](getting-started)
|
||||||
* [Connecting to Ethereum: Metamask](getting-started)
|
* [Connecting to Ethereum: Metamask](getting-started)
|
||||||
|
* [Connecting to Ethereum: RPC](getting-started)
|
||||||
* [Contracts](getting-started)
|
* [Contracts](getting-started)
|
||||||
* [Signing Messages](getting-started)
|
* [Signing Messages](getting-started)
|
||||||
* [Ethereum Basics](concepts)
|
* [Ethereum Basics](concepts)
|
||||||
|
Loading…
Reference in New Issue
Block a user