From d4b13c9ffddd455f9645401b15cc2b56a04611f7 Mon Sep 17 00:00:00 2001 From: orky Date: Fri, 14 Jan 2022 16:02:29 +0300 Subject: [PATCH] Update README.md I've added a line about clicking Ethereum Mainnet button to switch to Ropsten Testnet. Also I've added another faucet for Ropsten Network because of some technical issues happening with the current one. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f93f910..853af16 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,12 @@ By the end of this tutorial you will be able to create a simple HTML front end w _The important bits for us are: `1:06 to 4:14`_ - - Change to the Ropsten Tesnet and get a Copy an account's wallet public address + - Click Ethereum Mainnet in the top. Change to the Ropsten Tesnet and get a Copy an account's wallet public address 2. **Request some Ropsten Tesnet Ether from a faucet loaded into your Metamask Wallet.** - [Faucet link to request funds](https://ipfs.io/ipfs/QmVAwVKys271P5EQyEfVSxm7BJDKWt42A2gHvNmxLjZMps/) + - [If the faucet above does not work try this one](https://faucet.ropsten.be/) - [Blog explaining a faucet and how to use one](https://blog.b9lab.com/when-we-first-built-our-faucet-we-deployed-it-on-the-morden-testnet-70bfbf4e317e) 3. **Install a http server. Use any you like, but we recommend `lite-server` for beginners:**