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.
<
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-widgetor
yarn add @0xsquid/staking-widgetLast updated