Embedded Wallet Provider
For embedded wallet to work, use need to use the Embedded wallet provider.
Embedded wallet provider takes care of wallet connections, chains enabled to view balances - all within embedded wallet.
Usage
Web3 Wallet Connect Support
If your dApp supports web3 wallet connect, you must pass in the walletConnectOptions
prop.
Capsule Support
If your dApp supports social login via capsule, you must pass in the capsuleConfig
prop.
Props
* Denotes required props
Prop | Type | Description |
---|---|---|
|
| The primary chain your dApp's user will connect to. |
|
| Method to trigger your dApps' connect wallet flow. |
|
| Method to trigger your dApps' disconnect wallet flow. |
|
| Wallet which is intended to be connected on the dApp. |
| Wallet Connect (WC) options. | |
| Social Login options. | |
|
| .List of chain IDs for which you want to show balances |
Last updated