diff --git a/docs/v5/getting-started/index.html b/docs/v5/getting-started/index.html index c34aa1d765..b77c8a213e 100644 --- a/docs/v5/getting-started/index.html +++ b/docs/v5/getting-started/index.html @@ -16,7 +16,7 @@
This section needs work...
-Provider | A Provider (in ethers) is a class which provides an abstraction for a connection to the Ethereum Network. It provides read-only access to the Blockchain and its status. | |
Signer | A Signer is a class which (usually) in some way directly or indirectly has access to a private key, which can sign messages and transactions to authorize the network to charge your account ether to perform operations. | |
Contract | A Contract is an abstraction which represents a connection to a specific contract on the Ethereum Network, so that applications can use it like a normal JavaScript object. | |
Common Terms |
The quickest and easiest way to experiment and begin developing on Ethereum is to use Metamask, which is a browser extension that provides:
+Provider | A Provider (in ethers) is a class which provides an abstraction for a connection to the Ethereum Network. It provides read-only access to the Blockchain and its status. | |
Signer | A Signer is a class which (usually) in some way directly or indirectly has access to a private key, which can sign messages and transactions to authorize the network to charge your account ether to perform operations. | |
Contract | A Contract is an abstraction which represents a connection to a specific contract on the Ethereum Network, so that applications can use it like a normal JavaScript object. | |
Common Terms |
The quickest and easiest way to experiment and begin developing on Ethereum is to use MetaMask, which is a browser extension that provides: