Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/memoriesadrift/op_721

OP_721 -- a non-fungible token standard for OPNET
https://github.com/memoriesadrift/op_721

bitcoin opnet smart-contract

Last synced: 24 days ago
JSON representation

OP_721 -- a non-fungible token standard for OPNET

Awesome Lists containing this project

README

        

# 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.