56 | Connect with MetaMask and Stick Your NFT on the Wall 57 |
58 | 59 | {wallet && ( 60 |69 | Balance: {balance} 70 |
71 |200 | Follow along with the{" "} 201 | 205 | Repo 206 | {" "} 207 | in order to learn how to use the Metamask API. 208 |
209 | {showConnectButton && ( 210 | 216 | )} 217 | 218 | {showInstallMetamask && ( 219 | 220 | 221 | Connect Wallet 222 | 223 | 224 | )} 225 |391 | Follow along with the{" "} 392 | 396 | Repo 397 | {" "} 398 | in order to learn how to use the Metamask API. 399 |
400 | 401 | {wallet && ( 402 |411 | Balance: {balance} 412 |
413 |635 | Follow along with the{" "} 636 | 640 | Repo 641 | {" "} 642 | in order to learn how to use the Metamask API. 643 |
644 | 645 | {wallet && balance && ( 646 |655 | Balance:{" "} 656 | 657 | {(parseInt(balance) / 1000000000000000000).toFixed(4)}{" "} ETH 658 | 659 |
660 |906 | Follow along with the{" "} 907 | 911 | Repo 912 | {" "} 913 | in order to learn how to use the Metamask API. 914 |
915 | 916 | {wallet && balance && ( 917 |926 | Balance:{" "} 927 | 928 | {(parseInt(balance) / 1000000000000000000).toFixed(4)}{" "} ETH 929 | 930 |
931 |