-
Notifications
You must be signed in to change notification settings - Fork 22
/
Play_ERC20.html
50 lines (50 loc) · 3.17 KB
/
Play_ERC20.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<div id="ipfs">QmUeASBVQDtaaVDFUQHqKvD6sd4UWDeP8hsb4G4wa7h6i9</div>
<div id="timetable">
Location | Action| Object | Time
Chrome | Enter | | 3
https://ethereum-play.github.io/editor-solidity/
Chrome(new tab) | Enter | | 14
https://raw.githubusercontent.com/web3examples/ethereum/master/solidity_examples/VeryBasicToken.sol
Chrome (tab raw..) | Copy | { Source } | 17
Chrome (tab editor..) | Paste | { Source } | 23
Token_erc20 - name field | Enter | THANKYOU | 43
Token_erc20 - symbol field | Enter | TNX | 47
Token_erc20 | Click | Publish | 52
name | Click | Arrow | 82
totalSupply | Click | Arrow | 87
decimals | Click | Arrow | 94
symbol | Click | Arrow | 100
Metamask popup | Click | Account 1 | 109
balanceOf | Paste | { Address } | 113
balanceOf | Click | Arrow | 116
Metamask popup | Click | Circle | 124
Metamask popup | Click | { Account 2}| 125
Metamask popup | Click | { Account 2}| 127
Metamask popup | Click | Circle | 129
Metamask popup | Click | { Account 1}| 130
Transfer - recipient field | Paste | { Address } | 134
Transfer - amount field | Enter | 123 | 139
Transfer | Click | Arrow | 143
Metamask popup | Click | Menu icon | 177
balanceOf | Click | Arrow | 188
Token_erc20 - contract address | Copy | { Address } | 200
Metamask popup | Click | Circle | 207
Metamask popup | Click | { Account 2}| 208
Metamask popup | Click | Menu icon | 210
Metamask popup - low | Click | Add Token | 213
Metamask popup - Add Tokens | Click | Custom Token| 215
Metamask popup - Add Tokens - Token Contract Address | Paste | { Address } | 217
Metamask popup - Add Tokens | Click | Next | 219
</div>
<div id="goal">
The goal is to show a basic ERC20 contract.
</div>
<div id="explain">
First an ERC20 contract is deployed and a transaction is done.
It is shown that Metamask knows about tokens.
For a receiver to be able to see the tokens in Metamask, the token contract is added.
</div>
<div id="prerequisites">
Metamask installed and some Eth on Goerli account. Chrome is started.
</div>
<script src="showvideo.js"></script>