Skip to content

ifanshx/aptos-candymachine

 
 

Repository files navigation

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

Mainnet contract : 0x589db8bafed425239e1671313cabc182d23d2f952c1a512a0af81eae0085e293

Testnet contract : 0x589db8bafed425239e1671313cabc182d23d2f952c1a512a0af81eae0085e293

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

Candy machine smart contract for Aptos Blockchain.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.7%
  • Vue 17.7%
  • Move 10.2%
  • TypeScript 6.6%
  • HTML 2.3%
  • Dockerfile 0.2%
  • Other 0.3%