Skip to content

Oriplus/avatar-nft

Repository files navigation

My Avatar NFT

nft

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

Installation

  yarn install

Running Tests

To run tests, run the following command

  npx hardhat test

Deployment

To deploy this project run

  npx harhat run /scripts/deploy.js --network [network-name]

MIT License