'ERC1155 token is not showing in Metamask wallet
Working on ERC1155 standard smart contract
- My smart contract is working fine on Remix, hardhat localhost and mumbai testnet.
- It mints and list the tokens
- User can buy tokens
- Owner balance is also increased in blockchain
- Token amount is transferred to seller.
The only issue I am facing is bought token is not appearing in wallet. I have tested with all networks but token did not appear.
I tried to manually add it but that also didn't work.
Is there something that I am missing.
I have minted token with _mint() function and transferred the token when user purchase it using safeTrasferFrom() function
Everything is working fine except token does not appear in wallet.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
