Recommended: JavaScript SDK with React Hooks
For new React apps, we recommend the JavaScript SDK with React Hooks (
@dynamic-labs-sdk/react-hooks) instead of the legacy React SDK documented here. The JS SDK comes with many benefits such as a much smaller bundle size and other optimizations. Use the React quickstart (JavaScript SDK) to get started.| Field | Optional/Required | Type | Description |
|---|---|---|---|
| isInstalledOnBrowser | boolean | Is this wallet installed via a browser extension | |
| key | string | Normalization of the wallet name | |
| name | string | The name of the given wallet | |
| walletConnector | WalletConnector | The wallet connector interface for the given wallet | |
| group | Optional | string | The wallet which can connect to multiple chains, not present if the wallet is not multi-chain compatible, or if multiple chains are not enabled |
| groupedWallets | Optional | WalletOption[] | Where a wallet supports multiple chains, this array contains t |