lakshh07 / Homemade-ERC721

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homemade ERC721

This project demonstrates a Simple NFT Contract with a lower gas fees. Changed the total supply, mint and transfer function. Add functionality of

  • changing max supply
  • pausing the contract from mint and transfer
  • during withdraw you can give 5% to anyone of initial sale
  • permits function (safeTransferWithPermit function)

Try running some of the following tasks:

yarn hardhat test
yarn hardhat run scripts/deploy.js --network mumbai

About


Languages

Language:Solidity 87.8%Language:JavaScript 12.2%