Skip to content

nickjm/ERC721

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERC721 Implementation

This project, really just the file ERC721Deed.sol implements the latest draft of the ERC721 standard (all 3 interfaces).

It is based on the OpenZeppelin implementation ERC721Token -- it adapts that code to work with the latest nomenclature and new functionality.

Feel free to flag issues and make Pull Requests if something looks amiss.

TODO

One of the functions is left to the child to implement (deedURI) and the last Enumerable function is not yet implemented. It might make sense to leave that to children as well.

About

Implements the latest draft of ERC721

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published