An ERC721 compatible contract that anyone can mint until February 7th 2106. NFT attributes are based on whether various times are prime numbers.
Assuming you have foundry installed
git clone --recursive https://github.com/0xduality/PrimeTime
cd PrimeTime
forge test
lib
├─ forge-std — https://github.com/foundry-rs/forge-std
├─ solbase — https://github.com/Sol-DAO/solbase
src
├─ PrimeTime — The NFT contract implementing the auction
├─ ERC721 — Minimally modified ERC721 base from solbase
├─ IPrimeTimeErrors — Custom errors
test
└─ PrimeTime.t — Tests
Create a .env file filling out the information in .env.example
yarn deploy-renderer
yarn deploy-nft
The following projects had a substantial influence in the development of this project.
These smart contracts are being provided as is. No guarantee, representation or warranty is being made, express or implied, as to the safety or correctness of the user interface or the smart contracts. They have not been audited and as such there can be no assurance they will work as intended, and users may experience delays, failures, errors, omissions, loss of transmitted information or loss of funds. The creators are not liable for any of the foregoing. Users should proceed with caution and use at their own risk.