From 7046c02cd69bf5cfc1fda63c08e4ff4dcc5bc08f Mon Sep 17 00:00:00 2001 From: William Entriken Date: Thu, 15 Feb 2018 12:06:18 -0500 Subject: [PATCH] Add implementation, thank you Nastassia Sachs --- EIPS/eip-721.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/EIPS/eip-721.md b/EIPS/eip-721.md index 7a186425..8eab8716 100644 --- a/EIPS/eip-721.md +++ b/EIPS/eip-721.md @@ -3,7 +3,7 @@ ``` EIP: Title: ERC-721 Deed Standard -Author: William Entriken , Dieter Shirley +Author: William Entriken , Dieter Shirley , Nastassia Sachs Type: Standard Category ERC Status: Draft @@ -308,9 +308,9 @@ Note: "Limited edition, collectible tokens" like [Curio Cards](https://mycurioca 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. -## Implementation +## Implementations -**TO DO** +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.