-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
ERC 888: MultiDimensional Token Standard #888
Comments
This is pretty interesting. It reminds me of this short lived conversation around Divisible NFTs from a couple weeks ago: #864. The idea around divisible NFTs is to allow partial ownership of assets, which is pretty powerful. Imagine owning .001% of a van Gogh painting. Have you considered expanding this standard to cover both MDTs as well as DNFTs? What was the rationality of choosing the type |
A few additions, including mentioned by @flygoing: |
What's the status of this EIP? |
Just building practically, there are some modular protocol plugins and interesting language interpolation in the works. Creating a map of interrelationships between the token-string dimensions ie a 'Multidimensional Token Market' is a strong point of interest -- Contracts that play nice with the underlying nested mapping structure and supplemental modular protocol plugins; who define manifold token logic give this design pattern depth. I'll be laying out how to build governance models and organizational templating within the acceptance of protocol modules. However, I'm not sold on vanella EVM implementations - the concepts are able to stand independent. However the overall open source based status of this EIP and the related concepts is highly dependent on transparent collaboration. If you'd like to alpha test &or collaborate I'd like you to register on CRE8. Ask questions, albeit I'll update as progress develops. |
There has been no activity on this issue for two months. It will be closed in a week if no further activity occurs. If you would like to move this EIP forward, please respond to any outstanding feedback or add a comment indicating that you have addressed all required feedback and are ready for a review. |
This issue was closed due to inactivity. If you are still pursuing it, feel free to reopen it and respond to any feedback or request a review in a comment. |
EIP #888
Multidimensional Token Structure: [address][_id][_value]
Summary
Abstract
Short (~200 word) description of the technical issue being addressed.
Specification
The technical specification should describe the syntax and semantics of any new feature. The specification should be detailed enough to allow competing, interoperable implementations for any of the current Ethereum platforms (cpp-ethereum, go-ethereum, parity, ethereumj, ethereumjs, etc).
Solidity Contract
Rationale
The rationale fleshes out the specification by describing what motivated the design and why particular design decisions were made. It should describe alternate designs that were considered and related work, e.g. how the feature is supported in other languages. The rationale may also provide evidence of consensus within the community, and should discuss important objections or concerns raised during discussion.
Backwards Compatibility
All EIPs that introduce backwards incompatibilities must include a section describing these incompatibilities and their severity. The EIP must explain how the author proposes to deal with these incompatibilities. EIP submissions without a sufficient backwards compatibility treatise may be rejected outright.
Test Cases
Test cases for an implementation are mandatory for EIPs that are affecting consensus changes. Other EIPs can choose to include links to test cases if applicable.
The text was updated successfully, but these errors were encountered: