-
-
Notifications
You must be signed in to change notification settings - Fork 272
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
NFTs section #8004
Comments
#8036 interesting links included |
@AdamSchinzel let's add it in experimental features for first versions |
NFT -> NFT and HIDDEN -> Two tables for 2 types of tokens No picture, no receive, no send, copy contract address, show transaction history, link to blockbook where pictures are sown. |
@trezor/qa please wait with testing, @enjojoy will prepare manual for you and everything needed |
Manual here : #15467 (comment) |
QA OK |
Describe the bug
Expected behavior
I will see NFTs in Suite. I want to be able to filter by ERC721 and ERC1155. Rabby does not distinguish
What we get from BlockBook:
ERC1155
Link to BlockBook:
https://matic1.trezor.io/nft/0x43721eF8de94FD33E23eE267546d67CeFdB1968C/1
What is interesting for us?
type
(ERC-1155)name
(Collection)symbol
contract address
ID
(id of NFT, number)amount
(how many of specific NFT with specific ID I have)number of transfers
ERC721:
Link to BlockBook:
https://eth1.trezor.io/nft/0x8506540784ec25A19aB750741A4AB1b6D8790e2c/1
What is interesting for us?
type
(ERC-720)name
(Collection)symbol
contract address
ID
(id of NFT, number, there is always just 1 unique)number of transfers
Icon for recognised NFTs can be fetched from coingecko. It is not circle but square
User can have more NFTs from same collection. Do we want to put collections together or just have it as a new token?
type
(ERC-720)name
(Collection)symbol
contract address
number of transfers
is for collection.
ID
(id of NFT, number)amount
(how many of specific NFT with specific ID I have)for item
The text was updated successfully, but these errors were encountered: