alvinsga / candy-machine-v2

Fork, customize and deploy your Candy Machine v2 super quickly
https://candy-machine-v2-blush.vercel.app
MIT License
104 stars 118 forks source link

Adding more wallets other than Phantom #25

Closed JustinMKY closed 2 years ago

JustinMKY commented 2 years ago

How would I add more Solana wallets?

happybanana78 commented 2 years ago

You mean you wanna link more candy machines to the same front-end page?

JustinMKY commented 2 years ago

You mean you wanna link more candy machines to the same front-end page?

No, I want to add more wallets connections like Sollet, Slope, etc instead of just Phantom.

happybanana78 commented 2 years ago

Oh, in this case you actually have to ask for this feature to be implemented, or you can just write the code by your self, I have no time to look into it right now, but i can try to put something together once im home.

alvinsga commented 2 years ago

Unfortunately, I wont be implementing this anytime soon but I did find this project https://github.com/monomadic/solana-svelte-wallets-example which could help if you are implementing yourself.