Installing the Widget
Preparing to integrate the widget into your app
Last updated
Preparing to integrate the widget into your app
Last updated
Before installing the Squid Widget, ensure you have:
Registered for an Integrator ID with the Squid Team.
Node.js and npm (or yarn) installed on your system.
To use the Squid Widget, you need to register for an Integrator ID:
Complete the .
You will receive your Integrator ID via email.
Install the Squid Widget npm package using one of the following commands:
Using npm:
Using yarn:
Squid v2.0 uses Wagmi v2 and ethers v6. If you have these packages in your project, update them:
After installation, you'll need to integrate the widget into your project. We provide specific guides for different frameworks:
Choose the guide that matches your project's setup.
Be aware that Squid v2.0 introduces several breaking changes, including:
Updated API URL(apiplus)
Renamed and removed properties
New theming system
For more information on upgrading Wagmi, refer to the .
If you have any questions or need assistance, please join our and post in the #⛛│developers channel.
Refer to our for detailed information on these changes and how to adapt your integration.