metaplex-foundation / sugar

Candy Machine Rust CLI.
Apache License 2.0
198 stars 112 forks source link

Add support for pNFT #440

Closed febo closed 1 year ago

febo commented 1 year ago

This PR adds support to initialize, deploy, set a collection and mint from Candy Machines with pNFT support. There is now an option to specify the tokenStandard and ruleSet on Sugar config.

It also includes a new command to switch the token standard from NFT to pNFT for existing Candy Machines and to set a rule set on Candy Machine accounts to be use when minting pNFTs.