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.
<SquidWidget config={{
integratorId: "<partner-id>",
// ... Other config options, such as theme, titles, etc.
}} />
integratorId for squid to keep track of partners, complete the form to acquire it.
Install the Squid Widget npm package:
npm i @0xsquid/widget
or
yarn add @0xsquid/widget

Further installation guides