UI Components
DynamicBridgeWidget
The DynamicBridgeWidget
component allows you to handle multi chain bridging
Usage
To get the bridge component setup, you’ll want to have your desired chains enabled In the Dynamic Dashboard, for example Ethereum and Starknet. Then, in your index.tsx
(or wherever you render DynamicContextProvider
, specify the initialAuthenticationMode
and bridgeChains
prop like so:
Then, in app.tsx
:
And that’s it! Now you’re rendering our bridge widget.
Was this page helpful?