Skip to content

0xNekr/HowToCreateERC721SC_v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Create an ERC721 smart contract

Update of the previous version that you can find here : https://github.com/0xNekr/HowToCreateERC721SC_v1

Creation of a basic ERC721 contract that allows :

Previous version

  • A supply (number of NFT) of 100.
  • A price of 0.00001 ether.
  • Return to IPFS metadata.
  • Allows to mint several NFTs at once.
  • Allows to withdraw money from the smart contract by the owner.

New features

  • Adding sales steps.
  • Add a whitelist before the public sale.
  • A whitelist price of 0.005 ether.
  • A public price of 0.01 ether.
  • Un arbre de merkle pour éviter de payer trop de frais de gas en whitelist.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published