thirdweb-dev/js

How to implement a new wallet, shall we follow the legacy architecture or a new one?

johnnynanjiang opened this issue · 2 comments

Hey @johnnynanjiang , the @thirdweb-dev/wallets package is now legacy and has been replaced by the new thirdweb package (V5).

In V5 you can connect to 350+ wallets just by their wallet id https://portal.thirdweb.com/typescript/v5/supported-wallets

Any wallet that supports eip-6963 works out of the box.

For more custom wallets, you can easily implement our Account interface: https://portal.thirdweb.com/references/typescript/v5/Account

Lmk if that helps

That helped, thanks @joaquim-verges