Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/memoriesadrift/op_721
- Owner: memoriesadrift
- License: other
- Created: 2024-09-10T05:44:54.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T14:13:39.000Z (4 months ago)
- Last Synced: 2024-11-02T08:42:13.594Z (2 months ago)
- Topics: bitcoin, opnet, smart-contract
- Language: TypeScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.