Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 623 Bytes

README.md

File metadata and controls

42 lines (33 loc) · 623 Bytes

aptos-nft-cm-example

Description

Command Line

  • candy machine
    • create candy machine
    • create collection
    • upload NFT
    • mint tokens
    • update whitelist
    • update public mint time
    • update presale mint time
    • update mint fee
    • update public
    • get candy machine config
    • get supply in whitelist
  • usecase
    • setup candy machine
  • account
    • fund account
    • generate account

How To Run This Project

Installation

yarn install

Run

$ yarn cli --help

Test

$ yarn test