I want to send my erc721 token to another address. Rite now I am developing the contract to send token. Token is minted successfully. From contract I am able to send but through metamask I am not able to send the token. Kindly help me with this
Dec 11, 2019, 9:16 AM
Just found this:
https://github.com/MetaMask/metamask-extension/issues/5145
Seems like you can't send ERC721 via Metamask right now. You need to build your own frontend for it and make it call your specific transfer function
https://github.com/MetaMask/metamask-extension/issues/5145
Seems like you can't send ERC721 via Metamask right now. You need to build your own frontend for it and make it call your specific transfer function
Dec 11, 2019, 9:20 AM
Thank you
Dec 11, 2019, 9:21 AM
Try to use mycrypto.com
Dec 11, 2019, 9:33 AM