codeSTACKr / minter-dapp

MIT License
2.04k stars 3.42k forks source link

Minting DAPP

Table of Contents

RESOURCES

Main Video

🌟 EASY Minting dApp | Whitelisting | Entire Process!! Create an Entire NFT Collection (10,000+)

Update Video adding Ethereum support!

🚀 How To Deploy a Smart Contract to Ethereum!! (Updated Minting dApp)

Base art generator code is from hashlips_art_engine

Contract uses NFTPort

Join the Discord server for more help from the community: codeSTACKr Discord

INSTALLATION

Backend

Backend Commands

Generate:

$ npm run generate

Rarity (Hashlips):

$ npm run rarity

Rarity (codeSTACKr):

$ npm run rarity_md

Rarity Rank (codeSTACKr):

$ npm run rarity_rank

Update Info:

$ npm run update_info

Create Generic Metadata:

$ npm run create_generic

Upload Files/Images:

$ npm run upload_files

Upload Metadata:

$ npm run upload_metadata

Deploy Contract:

$ npm run deploy_contract

Get Contract:

$ npm run get_contract

Update Contract:

$ npm run update_public_mint_start_date
$ npm run update_presale_mint_start_date
$ npm run update_presale_whitelisted_addresses
$ npm run update_presale_whitelisted_addresses_remove
$ npm run update_royalty_share
$ npm run update_royalty_address
$ npm run update_base_uri
$ npm run update_prereveal_token_uri

Refresh OpenSea:

$ npm run refresh_os --start=1 --end=100

Frontend

Reference the main video and update video for more details.