For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

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

or

yarn add @0xsquid/staking-widget

Last updated