From 4f18bfb5e595fcf4f34128d8e502fdbb2c5e586b Mon Sep 17 00:00:00 2001 From: Bill Buchanan Date: Thu, 31 Mar 2022 18:24:58 +0100 Subject: [PATCH] Update README.md --- unit08_blockchain/lab/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unit08_blockchain/lab/README.md b/unit08_blockchain/lab/README.md index 64ee14c..b91c14e 100644 --- a/unit08_blockchain/lab/README.md +++ b/unit08_blockchain/lab/README.md @@ -111,8 +111,8 @@ The Ropsten network allows a user to test an Ethereum application, and using fre * 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? +* Can you see the transaction on the Ethereum network? +* Can you see your transaction on the Ethereum network for the person you send it to? ## 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():