Simple NFT minting dapp project build on Polygon network using React.JS and Hardhat.
CoroNFT is a Limited Edition NFT art collection of 1,000 coronavirus particles randomly generated from manually created assets.
- Adobe Illustrator - used to draw the layers of an artwork.
- Hashlips - used to create 1,000 unique instances of artworks based on provided layers.
- Pinata - used to host the art instances on IPFS network.
- OpenZeppelin - used to generate the initial boilerplate Polygon contract code.
- Mocha - testing framework.
- Hardhat - a development environment to compile, deploy, test, and debug smart contracts.
- React - used for the front end of a minting dapp.
- Redux - managing and centralizing application state.
- Out of 1,000 instances, most have all the traits; the rarer the instance, the fewer traits it has.
type: Trait number {
total_nft: 1000,
all_traits: 670,
no_back_spikes: 200,
no_front_spikes: 100,
no_mouth: 20,
no_spikes: 10
}
- Each layer has a different variations, ranging in rarity from Common to Legendary (full rarity info)
