Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 537 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 537 Bytes

Candy machine smart contract for SUI Blockchain. The smart contract is available in devnet. For detail information please go to our docs

Devnet contract : 0x9a69f15508a7293f639da0a99206f2526bd03642

Build Move contract

sui move build 

Test Move contract

sui move test  

Deploy Move contract

sui client publish --gas-budget 1000000

Set up candy machine

ts-node packages/CLI/src/index.ts --create_candy  --config /config.json/path