Create pseudo-random NFTs using ERC721.
Avatars' characteristics come from https://getavataaars.com/
The contract uses a DNA structure to create an Avatar. The DNA has 26 numbers where every 2 characters represent an attribute.
You can check this contract in Rinkeby
Visit My avatars
yarn install
To run tests, run the following command
npx hardhat test
To deploy this project run
npx harhat run /scripts/deploy.js --network [network-name]