Skip to content

OpTi9/Polygon-NFT-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Polygon NFT project

Simple NFT minting dapp project build on Polygon network using React.JS and Hardhat.

Overview

CoroNFT is a Limited Edition NFT art collection of 1,000 coronavirus particles randomly generated from manually created assets.

Tech used

  • 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.

Traits rarity

  • 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)

About

Simple NFT minting dapp project build on Polygon network using React.JS and Solidity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published