ERC721 wallet protocol

Alrighty,

I have recently minted an NFT with the assistance of your contracts. Thanks!

I am now looking for direction to find wallet implementation for ERC721. I know there are a couple out there. However, we have integrated our own wallet into our app and am curious regarding existing docs to guide our dev. Is it similar to ERC20? I appreciate your help.

Have a good day!

1 Like

Hi @CryptoDJ,

Are you creating a mobile wallet app?

Support for ERC721 is mixed. I would suggest looking at other wallets (especially open source) such as Coinbase Wallet, MetaMask Mobile, Trust Wallet to see how they handle ERC721.

They may be using the OpenSea API or The Graph.

See the OpenSea API:
https://docs.opensea.io/reference#api-overview

You can check the EIP: https://eips.ethereum.org/EIPS/eip-721

Also check OpenSea documentation: