Installing the Widget
Preparing to integrate the widget into your app
Last updated
Preparing to integrate the widget into your app
If you have any questions along the way, please contact us on our Discord in the ⛓│developers channel.
To install the widget you need to register a partner ID with the Squid Team, please complete this form to acquire one.
Install the Squid Widget npm package:
npm i @0xsquid/widgetor
yarn add @0xsquid/widgetNote: to install the V2 widget, you can install the latest version
yarn add @0xsquid/widget@2.0.0-beta.7
<SquidWidget config={{
integratorId: "<partner-id>",
// ... Other config options, such as theme, titles, etc.
}} />If you're not using React, please follow the Iframe installation guide
If you’re using React, please follow the React installation guide
If you're using NextJS, start with the NextJS installation guide
Last updated