Add NFT/collectibles support to the extension

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.

11 Likes

I will also add for popular chains such as the Binance Smart Chain.

7 Likes

Hey @bharmon, thank you for submitting this request. We’re currently working on this and will release it soon!

9 Likes

That’s great to hear that this request is currently be worked on. Is there an ETA for getting it approved and integrated?

5 Likes

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

6 Likes

Hey @nickg, thanks for bringing this up :slightly_smiling_face:
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.

6 Likes

Hi @barbara ,

That’s terrific news! - What sort of timeline are we looking at?

Kind regards,
Nick

4 Likes

We don’t have a timeline for it yet, @nickg. I’ll try to update here once we get closer to working on that.

5 Likes

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.

7 Likes

That’s pretty wonderful, quite looking forward to it

5 Likes

Please support NFT assets in Mobile wallets, @nickg your suggestion is good . :grinning: :grinning: :grinning: :grinning: :grinning:

7 Likes

I like it ,and it is very important for me .
and the best function we need is to transfer NFT .

8 Likes

very good request sir .
thank you ,
NFT collection function like phantom wallet is very helpful to the NFT players,

8 Likes

yes ,NFTS is very important on web3

8 Likes

yes,its a good idea.thats important for it

7 Likes

+1 , NFT is very important on web3 :heart_eyes:

4 Likes

+1 NFTs have several usecase and it’s important you have all your assets in a single place.

3 Likes

NFTs on extension are live! :slight_smile:

3 Likes