diff --git a/docs/v5/getting-started/index.html b/docs/v5/getting-started/index.html index c34aa1d765..c9d3feb768 100644 --- a/docs/v5/getting-started/index.html +++ b/docs/v5/getting-started/index.html @@ -52,7 +52,10 @@ // The Metamask plugin also allows signing transactions to // send ether and pay to change state within the blockchain. -// For this, you need the account signer... +// First, enable Metamask in the window +window.ethereum.enable() + +// Then you need the account signer... const signer = provider.getSigner()
The JSON-RPC API is another popular method for interacting with Ethereum and is available in all major Ethereum node implementations (e.g. Geth and Parity) as well as many third-party web services (e.g. INFURA). It typically provides: