https://github.com/bytangle/josh-nft
ERC721 NFT experimental implementation
https://github.com/bytangle/josh-nft
Last synced: 9 months ago
JSON representation
ERC721 NFT experimental implementation
- Host: GitHub
- URL: https://github.com/bytangle/josh-nft
- Owner: bytangle
- Created: 2022-08-24T12:51:04.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-08-30T11:22:52.000Z (almost 4 years ago)
- Last Synced: 2025-05-30T07:40:12.141Z (about 1 year ago)
- Language: Solidity
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## EXPERIMENTAL Implementation of ERC-721 Non-Fungible Token
This implementation is experimental but uses latest syntax and well documented for those who just wants to learn or understand how it's implemented.
-----
> Some non-standard implementations not included in this one can be found on openzeppelin ERC-721 implementation