solana-candy-factory
solana-candy-factory copied to clipboard
Draft: Support permissioned candymachines - Basic
Demonstrate how to integrate a UI with a permissioned candymachine using this fork.
TODO before merge - more testing to ensure backwards compatibility. Until the metaplex fork is merged, have a switch on the program ID, so that gated and non-gated candymachines are supported
What is the diff between this one and this: https://github.com/kevinfaveri/solana-candy-factory/pull/46
Btw, I will wait for the metaplex fork to be merged before taking action on this one too, but it seems a nice addition!
Thanks! Yes that makes sense. I will also definitely be adding more docs and explanations before expecting you to merge. :)
#46 includes a UI widget from Civic which takes users through a KYC process before granting access to the candymachine. This one is a simpler and "purer" integration that just checks if the wallet has access or not, no widget.
@dankelleher There are now conflicts because I updated the metaplex/js library.
Also, I agree. Without a widget is better.