Skip to content

BitcoinOutput/iaptos-nft-random-mint

 
 

Repository files navigation

Random NFT mint smart contract for Aptos Blockchain. The smart contract is available in mainnet and testnet. For detail information please go to our docs

Mainnet contract : 0x8035a63a18798115679466eef240aca66364707044f0ac7484e4c462c8310ae9

Testnet contract : 0x8035a63a18798115679466eef240aca66364707044f0ac7484e4c462c8310ae9

Quick Installation

yarn & cd packages/CLI & yarn & cd ../Candymachine-UI & yarn & ../../

Set up candy machine

ts-node packages/CLI/src/index.ts --create_candy 

Add whitelist Users

ts-node packages/CLI/src/index.ts --create_whitelist 

Mint NFT UI

  • copy the resource_account from config.json file.
cd package/Candymachine-UI & yarn
  • Add config.json resource_account to the env file in resource_account .
npm run dev  

About

Random NFT Mint smart contract for Aptos Blockchain.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.6%
  • Move 20.0%
  • Vue 14.0%
  • TypeScript 5.2%
  • HTML 2.6%
  • CSS 1.3%
  • Other 0.3%