Skip to content

Commit

Permalink
update: create-erc20 step5
Browse files Browse the repository at this point in the history
  • Loading branch information
Nfire2103 committed May 20, 2024
1 parent 71bd0eb commit 0498f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/5.Create_an_ERC-20/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ source .env
```bash
cast call $CONTRACT_ADDRESS "totalSupply()" --rpc-url $RPC_URL
```
> 💡 This should display `100000` in hexadecimal
> 💡 This should display the total supply of your tokens in wei.
Now, you can go in Metamask on Sepolia Testnet, click on `Import tokens` and put the `CONTRACT_ADDRESS`. Congratulation! You have your own token in your metamask wallet. You can now do what you want with your tokens.

Expand Down

0 comments on commit 0498f0e

Please sign in to comment.