simple-nfterc721

0.1.1 • Public • Published

Sample NFT ERC721 Hardhat Project

This project demonstrates a basic ERC721 contract setup with Hardhat and Foundry.

Warning This smart contract repository was created for educational purposes only, to teach the basics of Solidity programming, testing with Hardhat and Foundry. It is not recommended for use in production as it has not undergone extensive testing and may contain undiscovered bugs and errors. Please use at your own risk.

This NFT contract has these functionality:

  • Merkle Proofs white list
  • 1000 max supply
  • Start white list minting before public mint
  • Maximum 2 nfts can be min per address

Install Dependencies

npm install

Run test with Hardhat

npx hardhat test

List all Hardhat tasks

npx hardhat help

Run test with Foundry

forge test

Documentation

Package Sidebar

Install

npm i simple-nfterc721

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

63.4 kB

Total Files

24

Last publish

Collaborators

  • marcaurelebesner