A smart contract to simulate NFT.
yarn install
yarn hardhat test
- Localhost
yarn run deploy-local
- Goreli
yarn run deploy-testnet
--
In the first version of the project is designer with a base NFT contract which have a state varaible to define the max supply of the NFT and the declaration of basic functions like mint, transfer, ownerOf, balanceOf and getMaxSupply. The FakeNFT contract is our project which onherit the base contract and define the functionality.