Skip to content

0xted97/aptos-nft-minter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aptos NFT Minter

The Minter project facilitates the creation of NFTs, enabling creators to easily tokenize their items, articles, arts, ideas, and more.

Features

  • Create collection
  • Update collection
  • Setup public mint with time range and price
  • Setup whitelist mint with time range, price, whitelist addresses

Develop guide

Environment

  • aptos 3.1.0

Deploy NFT Minter

  • aptos init
  • aptos move compile
  • aptos move publish

Interact NFT Minter

  • cd scripts/
  • npm i
  • ts-node ./minter/[action].ts

Future Improvements

  • Build Presale page for user
  • Build Management page for admin
  • Optimize Smart Contracts: Efficiency, Gas savings,
  • ...

Data example