mirror of
https://github.com/billbuchanan/appliedcrypto.git
synced 2026-02-21 11:18:02 +00:00
Update README.md
This commit is contained in:
@@ -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, let’s write a bit of code that does some simple maths. In the following we will implement sqrt(), sqr(), mul(), sub(), and add():
|
||||
|
||||
|
||||
Reference in New Issue
Block a user