suiet / wallet-kit

The first choice to connect all wallets on Sui blockchain
https://kit.suiet.app
MIT License
168 stars 60 forks source link

Request for documentation #188

Closed georgescharlesbrain closed 1 year ago

georgescharlesbrain commented 1 year ago

I'd like to learn more why I should start with "suiet wallet-kit" and not other options. Mainly I want to understand what the relation/comparison is between "suiet wallet-kit" and

sui wallet-standard sui wallet-kit ethos connect

bruceeewong commented 1 year ago

Hi, @georgescharlesbrain . Basically, these are three kits that all implement the Sui wallet standard, with which your dapp should be empowered with the ability to handle wallet connection. So you are good to try with either of them. The key difference among them I would say is the style of out-of-the-box UI components and the API design. So you can choose them based on your programming preferences and product design needs.

georgescharlesbrain commented 1 year ago

Thanks will look into it further then.