solana-candy-factory icon indicating copy to clipboard operation
solana-candy-factory copied to clipboard

Draft: Support permissioned candymachines - Basic

Open dankelleher opened this issue 3 years ago • 3 comments

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

dankelleher avatar Oct 22 '21 16:10 dankelleher

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!

kevinfaveri avatar Oct 22 '21 17:10 kevinfaveri

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 avatar Oct 22 '21 18:10 dankelleher

@dankelleher There are now conflicts because I updated the metaplex/js library.

Also, I agree. Without a widget is better.

kevinfaveri avatar Oct 23 '21 02:10 kevinfaveri