It would be great to be able to view my NFTs not just on the mobile app, but also on the web browser extension.
This would be a great addition given the ubiquity of NFTs and allow me to keep everything in one place.
I will also add for popular chains such as the Binance Smart Chain.
Hey @bharmon, thank you for submitting this request. We’re currently working on this and will release it soon!
That’s great to hear that this request is currently be worked on. Is there an ETA for getting it approved and integrated?
Hi @barbara ,
That’s wonderful to hear! Will that include the ability to add an NFTs via a Javascript prompt?
ie. Extending EIP-747 to support ERC-721 Tokens?
try {
// wasAdded is a boolean. Like any RPC method, an error may be thrown.
const wasAdded = await ethereum.request({
method: 'wallet_watchAsset',
params: {
type: 'ERC20', // Initially only supports ERC20, but eventually more!
options: {
address: tokenAddress, // The address that the token is at.
symbol: tokenSymbol, // A ticker symbol or shorthand, up to 5 chars.
decimals: tokenDecimals, // The number of decimals in the token
image: tokenImage, // A string url of the token logo
},
},
});
if (wasAdded) {
console.log('Thanks for your interest!');
} else {
console.log('Your loss!');
}
} catch (error) {
console.log(error);
}
Thanks,
Nick
Hey @nickg, thanks for bringing this up
Adding support for NFTs on extension won’t include extending EIP-714 at first, but we are indeed planning to do that in the future.
We don’t have a timeline for it yet, @nickg. I’ll try to update here once we get closer to working on that.
Hi @nickg,
We are waiting for the feature to add our NFT tokens in Metamask chrome extension.
Is it coming soon?
The wallet_watchAsset method is not supporting for “ERC721” tokens now.
Please advice which method support to include NFT assets in Mobile wallets?
Thanks.
That’s pretty wonderful, quite looking forward to it
Please support NFT assets in Mobile wallets, @nickg your suggestion is good .
I like it ,and it is very important for me .
and the best function we need is to transfer NFT .
very good request sir .
thank you ,
NFT collection function like phantom wallet is very helpful to the NFT players,
yes ,NFTS is very important on web3
yes,its a good idea.thats important for it
+1 , NFT is very important on web3
+1 NFTs have several usecase and it’s important you have all your assets in a single place.
NFTs on extension are live!