From b6c0c5433470187e428d7d1af88f475436471c3f Mon Sep 17 00:00:00 2001 From: andylikegithub <105103435+andylikegithub@users.noreply.github.com> Date: Thu, 14 Jul 2022 11:54:28 +0800 Subject: [PATCH] Update 03_Decentralised_Finance(DeFi)_Coursebook.ipynb Correcting typos --- .../03_Decentralised_Finance(DeFi)_Coursebook.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course_notebooks/Week_3_DecentralisedFinance(DeFi)/03_Decentralised_Finance(DeFi)_Coursebook.ipynb b/course_notebooks/Week_3_DecentralisedFinance(DeFi)/03_Decentralised_Finance(DeFi)_Coursebook.ipynb index 1bc7145..fc193cf 100644 --- a/course_notebooks/Week_3_DecentralisedFinance(DeFi)/03_Decentralised_Finance(DeFi)_Coursebook.ipynb +++ b/course_notebooks/Week_3_DecentralisedFinance(DeFi)/03_Decentralised_Finance(DeFi)_Coursebook.ipynb @@ -525,7 +525,7 @@ "\n", " \n", "\n", - "The advantage is obvious: instead of a 42 character long wallet address you can chose a *human-readable* name which relates to your organization or project. Let's say you want to start a crowd-funding project: instead of the high risk of mistyping a cryptocurrency wallet address you provide an easy to remember name for your wallet. Smart contracts (and therefore ERC-20 tokens) can also have an *EMS-name*.\n", + "The advantage is obvious: instead of a 42 character long wallet address you can chose a *human-readable* name which relates to your organization or project. Let's say you want to start a crowd-funding project: instead of the high risk of mistyping a cryptocurrency wallet address you provide an easy to remember name for your wallet. Smart contracts (and therefore ERC-20 tokens) can also have an *ENS-name*.\n", "\n", "*We will show you in this weeks [workbook](https://colab.research.google.com/github/unpackAI/BL101/blob/main/course_notebooks/Week_3_DecentralisedFinance%28DeFi%29/03_Decentralised_Finance%28DeFi%29_Workbook.ipynb) how to extract the *Ethereum Name* from a wallet address.* " ]