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
yarn & cd packages/CLI & yarn & cd ../Candymachine-UI & yarn & ../../
ts-node packages/CLI/src/index.ts --create_candy
ts-node packages/CLI/src/index.ts --create_whitelist
- 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