https://github.com/mikeshultz/notfun
Not Fun Token - Lazy minting NFT contract based on OpenZeppelin's ERC721
https://github.com/mikeshultz/notfun
Last synced: about 1 year ago
JSON representation
Not Fun Token - Lazy minting NFT contract based on OpenZeppelin's ERC721
- Host: GitHub
- URL: https://github.com/mikeshultz/notfun
- Owner: mikeshultz
- Created: 2021-08-08T21:20:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-09T17:37:41.000Z (almost 5 years ago)
- Last Synced: 2025-02-22T22:27:51.308Z (over 1 year ago)
- Language: Solidity
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Not Fun Tokens (NFTs)
Lazy minting NFT contract based on OpenZeppelin's ERC721. Added features include:
- ownable (deployer is owner)
- owner can change metadata base URI
- minting is lazy and occurs when owner transfers an unminted token
- contract level metadata
## Development
### Install Deps
pip install -r requirements.txt
brownie pm install OpenZeppelin/openzeppelin-contracts@4.2.0
### Testing
brownie test