Skip to content

memoriesadrift/OP_721

Repository files navigation

OP-721 Non-fungible Token Implementation

This repo serves as a reference implementation of an ERC-721 like NFT smart contract on OPNET.

Known Issues

  • ownerOf returns a hash of the owner's address, due to storage concerns.
  • some methods have different signatures to ERC-721, requiring the callee to pass the token owner's address, since only address hashes are stored on chain.

About

OP_721 -- a non-fungible token standard for OPNET

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published