-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display & send individual collectibles #5230
Comments
@estebanmino will we also support sending NFTs like any other token? |
yeah that's the idea |
@estebanmino what data is available per token? We have an image - do we have a name or any other data? Any other things we should be aware of as @bahnju starts thinking about design? |
Might be worth looking at https://alphawallet.com as well! |
The send flow also needs to be designed for mobile. Separate but related issue MetaMask/website#282 |
Hey, just wanted to pipe in here to give my thoughts since we're working on NFTs for GuildCrypt.
|
partially blocked by #5806 |
@estebanmino which GABA controller would make this possible in the extension? |
@bdresser NetworkController and PreferencesController. When we have that we could integrate assets related controllers. |
Any advance on this issue? |
Closing this as it's fixed with NFT support on extension |
@estebanmino is working on the extension's ability to pull custom images for users' collectibles / ERC 721 tokens. These need a home in the extension.
MVP idea we could keep them on the side-menu with other tokens, then display individual tokens in a scrollable list - either as vertical scroll in a tab next to History, or as a horizontal scroll where the centered icon is?
Longer-term we can consider whether the side-menu should be a feature of the home screen itself (as discussed in Slack) etc.
Collectibles will each have a "name" and an image to start.
The text was updated successfully, but these errors were encountered: