mokshyaprotocol / aptos-nft-random-mint

Random NFT Mint smart contract for Aptos Blockchain.

Home Page:https://mokshya.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 : 0x80e3b899589c5e4700b8eca726d25d62f701af834f8a937652a19c3e42d36490

Testnet contract : 0x80e3b899589c5e4700b8eca726d25d62f701af834f8a937652a19c3e42d36490

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.

https://mokshya.io/

License:Apache License 2.0


Languages

Language:JavaScript 54.5%Language:Move 22.7%Language:Vue 13.5%Language:TypeScript 5.4%Language:HTML 2.5%Language:CSS 1.3%Language:Dockerfile 0.2%Language:SCSS 0.1%