CityOfZion / neo3-preview

A block explorer and preview of the NEO 3.0 ecosystem
https://neo3-preview.com/
MIT License
5 stars 5 forks source link

Prepare for NFTs #39

Open vncoelho opened 5 years ago

vncoelho commented 5 years ago

Hi @comountainclimber,

First of all, congratulation for the precise, simple and great work with this neo-3-preview explorer!

It would be great if you could already consider the NFTs standard during your design: https://github.com/neo-project/proposals/pull/41/files

The standard was already accepted and, perhaps, a nice explorer for showing NFTs tokens specific info would be great!

Best regards,

comountainclimber commented 5 years ago

Hello @vncoelho !

Thank you very much for taking a look at our new project and thank you for the kind words! This is a feature I would very much like to support as soon as possible. I will take a closer look at the proposal this weekend. Are there any examples of NFTs currently deployed to test net that I can start developing with?

vncoelho commented 5 years ago

Perhaps this Inventory of etherscan is a good example.

https://etherscan.io/token/0x06012c8cf97bead5deae237070f9587f8e7a266d?a=0x6c84652510c8b61c6602a6ef86bd94d0201cc01f#inventory

From this account you can see NFTs (cryptokitties) that the holder 0x6c84652510c8b61c6602a6ef86bd94d0201cc01f has: image

Some of the tokens of NEO NFT will also have more than one owner, thus, listing an "Inventory" for co-owners would also be nice.

It would be also great if someone could setup it own neo-3-preview with some special info for some types of token.

lllwvlvwlll commented 5 years ago

@hal0x2328 is probably a good SME for this topic given his work on hashpuppies.

Regarding the etherscan UI, I have some concerns about pulling an uncontrolled graphic to display/link on our platform. I do think we could include support for something similar in a decent format.

If there is a demo contract on Neo3, it would be ideal for testing. @vncoelho