What this means for migration
- Embedded wallets within your own app migrate normally. Creating, unlocking, signing with, and exporting a user’s embedded wallet all work in the JavaScript SDK — see Embedded wallets: setup. What isn’t available is making that wallet connectable from other apps.
- If your app relies on global wallets, keep the React SDK for that surface. The cross-app connectivity feature lives there today; there’s no JavaScript SDK path to migrate it to yet.
- Building an ecosystem on the JavaScript SDK? Global-wallet support isn’t available yet — reach out and we can share where it’s headed.
See also
- Global wallets (concept) — what a global wallet is and when to use it
- Embedded wallets: setup — create and use embedded wallets within your app