Update README.md

This commit is contained in:
Bill Buchanan
2022-03-31 18:23:02 +01:00
committed by GitHub
parent 77bda85955
commit 61b1ca128f

View File

@@ -106,6 +106,14 @@ Hash rate:
Balance for 1GbVUSW5WJmRCpaCJ4hanUny77oDaWW4to:
## Setting up your Ethereum wallet on Ropsten
The Ropsten network allows a user to test an Ethereum application, and using free Ether. Initially setup your MetaMask wallet.
* What is your public ID?
* Find out someone else's public ID, and send them 0.001 Ether.
* Can you see the transaction on
* Can you see your transaction on the other person's wallet?
## Creating a Smart Contract in Ethereum
So, lets write a bit of code that does some simple maths. In the following we will implement sqrt(), sqr(), mul(), sub(), and add():