Add a second implementation

This commit is contained in:
William Entriken 2018-02-16 05:36:47 -05:00 committed by GitHub
parent 290f31cd1b
commit d45177e6b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -316,7 +316,11 @@ Test cases for an implementation are mandatory for EIPs that are affecting conse
ERC721ExampleDeed, by Nastassia Sachs: https://github.com/nastassiasachs/ERC721ExampleDeed ERC721ExampleDeed, by Nastassia Sachs: https://github.com/nastassiasachs/ERC721ExampleDeed
The implementations must be completed before any EIP is given status "Final", but it need not be completed before the EIP is accepted. While there is merit to the approach of reaching consensus on the specification and rationale before writing code, the principle of "rough consensus and running code" is still useful when it comes to resolving many discussions of API details. - Implements using the Open Zeppelin project format
XXXXERC721, by William Entriken: https://github.com/fulldecent/erc721-example
- Deployed on testnet with 1 billion deeds and supporting all lookups with the metadata extension. This demonstrates that scaling is NOT a problem.
## Copyright ## Copyright