From 0498f0e4895c5e2b6a3a92dbb1040a5258ca6fa5 Mon Sep 17 00:00:00 2001 From: Nathan FLATTIN Date: Mon, 20 May 2024 02:04:13 +0200 Subject: [PATCH] update: create-erc20 step5 --- p2p/5.Create_an_ERC-20/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2p/5.Create_an_ERC-20/README.md b/p2p/5.Create_an_ERC-20/README.md index e86b4c93..9400a168 100644 --- a/p2p/5.Create_an_ERC-20/README.md +++ b/p2p/5.Create_an_ERC-20/README.md @@ -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.