Installing the Widget

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.

Installation

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/widget

or

yarn add @0xsquid/widget

Note: to install the V2 widget, you can install the latest version

yarn add @0xsquid/widget@2.0.0-beta.7

Add the widget to a page

<SquidWidget config={{
  integratorId: "<partner-id>",
  // ... Other config options, such as theme, titles, etc.
}} />

Further installation guides

Last updated