-
Notifications
You must be signed in to change notification settings - Fork 22
/
Play_Mint_one_ERC721_token.html
26 lines (26 loc) · 1.33 KB
/
Play_Mint_one_ERC721_token.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
<div id="ipfs">Qmek3pKqbq89bUdFvjcp7jy7xyVZe4KPwF5gAJ9XvEy8Hu</div>
<div id="timetable">
Location | Action| Object | Time
Chrome, top right | Click | Fox icon | 19
Metamask popup | Click | Account 1 | 21
Right pane - createToken | Paste | | 24
0x8e2A89fF2F45ed7f8C8506f846200D671e2f176f
Right pane - createToken | Click | Arrow | 27
Right pane - ownerOf | Enter | 10 | 83
Right pane - ownerOf | Click | Arrow | 85
Right pane - balanceOf | Paste | | 91
0x8e2A89fF2F45ed7f8C8506f846200D671e2f176f
Right pane - balanceOf | Click | Arrow | 93
Right pane - totalSupply | Click | Arrow | 101
</div>
<div id="goal">
The goal is to mint one token with an ERC721 contract.
</div>
<div id="explain">
A token is minted with number 10 is minted. Note in this contract token start numbering from 10.
</div>
<div id="prerequisites">
Metamask installed and some Eth on Rinkeby account. Chrome is started and Rinkeby is selected in Metamask.
EIP721 contract is deployed.
</div>
<script src="showvideo.js"></script>