Installing the Widget
Preparing to integrate the widget into your app
To install the widget you need to have an npm token. To obtain it, please contact us on our Discord in the ⛓│developers channel.
Then, create a
.npmrc
file at the root of your repository and provide the token in it://registry.npmjs.org/:_authToken=
Install the Squid Widget npm package:
npm i @0xsquid/widget
or
yarn add @0xsquid/widget
Last modified 1mo ago