This program demonstrates the cpi usage for creating merkle tree, collection mint and mint cNft to collections.
- rustc 1.77.0
- solana-cli 1.18.9
- anchor 0.29.0
- node v20.11.0
- yarn 1.22.19
$ yarn # only for the first time to install dependency
$ yarn run validator # new terminal
$ ./deploy.sh # to deploy program and some airdrop
$ anchor run bubblegum
- This code is not production ready. Use at your own risk.