Skip to content

0xduality/PrimeTime

Repository files navigation

PrimeTime • license solidity

An ERC721 compatible contract that anyone can mint until February 7th 2106. NFT attributes are based on whether various times are prime numbers.

Getting Started

Assuming you have foundry installed

git clone --recursive https://github.com/0xduality/PrimeTime
cd PrimeTime
forge test

Blueprint

lib
├─ forge-std — https://github.com/foundry-rs/forge-std
├─ solbase — https://github.com/Sol-DAO/solbase
src
├─ PrimeTimeThe NFT contract implementing the auction
├─ ERC721Minimally modified ERC721 base from solbase
├─ IPrimeTimeErrorsCustom errors
test
└─ PrimeTime.t — Tests

Deploying

Create a .env file filling out the information in .env.example

yarn deploy-renderer
yarn deploy-nft

License

AGPL-3.0-only

Acknowledgements

The following projects had a substantial influence in the development of this project.

Disclaimer

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published