Wormhole Connect: Bridging Made Easy
Last updated
Was this helpful?
Last updated
Was this helpful?
Wormhole Connect is a React widget that lets developers offer easy, customized access to Wormhole powered bridges directly in a web application. Connect supports multiple forms of bridging including native asset bridge, Portal wrapped asset bridge, CCTP USDC bridge, and many others. Connect augments each bridge with gas dropoff (a transaction that leaves a user with extra native token so they can pay gas for subsequent on chain interactions) and gasless transactions (Connect relayers pay gas on behalf of users).
Check out the !
Wormhole Connect is deployed live in several production apps. Here are a few:
It's very easy to add Wormhole Connect to an existing React app.
First, install the npm package.
Now you can use the React component:
If you're not using React, you can still embed Connect on your website by using the hosted version. Simply copy and paste the following code into your HTML body:
The allows you to implement the same functionality as the Connect widget, but in your own UI. For more information on using the SDK instead of Connect .
Read about configuring Connect and more !