NEP: Non-fungible Token Standard#30
NEP: Non-fungible Token Standard#30KanTouLe wants to merge 4 commits intoneo-project:masterfrom KanTouLe:master
Conversation
|
There is a group on the NEO Smart Economy Discord in channel #nep-nft that has been working on an NFT standard proposal as well, and there is already a working implementation in Python at https://github.com/Splyse/neo-nft-template It would be useful if NEL and CoZ could collaborate on a single NFT standard instead of making competing ones. |
… Token Standard Proposal.md
|
@hal0x2328 |
|
In the future can we please refrain from marketing proposals like this...as seen here This proposal right now is at best, a stub, and to be honest I don't believe it should be open given its current state. How can anyone have a meaningful discussion on this proposal when it is basically just a list of methods. It gives no rationale on why each method is necessary or how it will be used practically. Let's compare what we have here to EIP-721 https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md We should hold ourselves to higher standards than this proposal. |
|
@saltyskip |
|
I also think the proposal with feather details @saltyskip will much better to understand and easy to follow. |
|
@RunLyo In the abstract you state that a "justification for each feature are defined" however it is not actually done. If the justification for the majority of features were defined I would have a lot less problems with this proposal. Additionally, I think any proposal that has a analog in Ethereum should have a section dedicated to what is learned and improved from the respective proposal in Ethereum |
|
@RunLyo I have some questions for you to answer.
|
|
In addition, there is a description in the ERC721:
But in Neo, we have great ways to return the complete list of NFTs. So we really don't need |
The following standard outlines a non-fungible tokens(henceforth referred to as "NFTs") standard for the NEO blockchain that will provide systems with a generalized interaction mechanism for tokenized Smart Contracts. This mechanic, along with the justification for each feature are defined. A template and examples will be also provided to enable the development community.