Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

marc-aurele-besner/simple-nfterc721

Repository files navigation

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

About

Simple ERC721 NFT with Merkle Proof for WhiteList, using Hardhat and Foundry

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •