Skip to content

Prom3th3us/nft-erc721-collection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFT ERC721 Collection

An all-in-one solution for ERC721 collections. Build, test and deploy your smart contract, together with a totally integrated DAPP within a simple yet powerful workspace.

Disclaimer

This project was created for educational purposes, please refer to the LICENCE file for further information.

Main features

  • extremely high gas efficiency (users are going to pay lower gas fees compared to traditional collections)
  • whitelist support with customizable list size (using a Merkle Tree for verification)
  • automated contract verification through Etherscan
  • simple CLI commands that guide you through all the sale steps (whitelist, pre-sale, public sale)
  • built as a Hardhat project with TypeScript support for a better development experience
  • includes a fully-featured minting DAPP (React + TypeScript + SCSS + Webpack)
  • full support for contract interaction through Etherscan, for all the users that do not trust custom DAPPs (including the whitelistMint(...) function)
  • customizable minting DAPP (from basic branding to complete customization)

YouTube tutorials

Requirements

Software

Services

  • Etherscan free API key (optional: used for the automated contract verificiation, as well as retrieving the current values for gas cost estimation)
  • Infura free basic plan or higher (optional: used by the CLI commands in order to perform operations on real blockchains, you can skip this if you deploy and manage your contract manually)
  • Coin Market Cap free API key (optional: used for retrieving the current ETH price for gas cost estimation in USD)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 73.6%
  • Solidity 9.3%
  • SCSS 9.2%
  • JavaScript 6.2%
  • Other 1.7%