-
Notifications
You must be signed in to change notification settings - Fork 30
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
Review existing ERCs #27
Comments
This is an interesting one https://blog.enjincoin.io/erc-1155-the-crypto-item-standard-ac9cf1c5a226 You can mint crypto items https://mint.enjin.io/ |
Worth reading, take a look at this... https://medium.com/loom-network/how-to-code-your-own-cryptokitties-style-game-on-ethereum-7c8ac86a4eb3 |
Thanks to this article there are a few more ERCS to review |
Divisible NFTs sounds like our owership/royalty provenance concept on some level It raises the question around the fungibilityof the royalty share. Could an owner sell their ownership stake to another owner... ownership buyout. Where is that exchange managed as part of the smart contract? Comment thread points to this re-fungible token ethereum/EIPs#1634 In that thread this sentence caught my eye" ARTBLX Inc. is working towards facilitating a protocol for collective ownership of physical, digital and conceptual artworks. " |
Delegated non-fungible ethereum/EIPs#994 |
I drawed a drawing https://www.lucidchart.com/invitations/accept/2b383749-a557-478f-a0e2-f3ee008e4af2 It has some gaps but we'll fill those in over time |
Could you add a rough 1-sentence description of all of the ERC's referenced? I'm not sure what multi-dimensional means in this context. I'm also curious which ERCs you considered and throw out and why (1155 comes to mind). |
Thanks for the feedback. To be clear, nothing has been thrown out. Thrown out, in my mind, means explicitly would not work. ERC 1155 may well fit into the fractional owner functional block in some way. I'll note it there. I'll also add a short index of ERC numbers and their simple summary to my write up. |
Here's a draft of the ERC glossary: ERC-721 - The Non-fungible token, a.k.a the lifeblood of the CryptoKitty. Likely to be identified as the idea that eventually led to downfall of humanity after gen0 CryptoKitties become the first chain-based artificial life form. Other tokens which have shown to have minimal interest to CryptoKitties: |
👏 I enjoyed that. |
Quobands seems interesting and similar in some ways https://papers.ssrn.com/sol3/Papers.cfm?abstract_id=3107645 |
good article about re-fungibillybills... er, I mean tokens. https://medium.com/@billyrennekamp/re-fungible-token-rft-297003592769 |
721 also includes metadata protocol, as does the 0xcert protocol (which is an extension) |
Overview
As an ERC designer, so I understand how ERCs are structured review existing ERCs and how they are defined.
Reference
-EIP20 document
-OpenZeppelin ERC
-From Consensys, EIP20
Assumptions
Acceptance
listdiagram of ERCs that are similar/could be used for PIB/bootlegThe text was updated successfully, but these errors were encountered: