Installation
To start using the 1ClickConnect SDK, you need to install it first. You can install the latest version or a specific version.
Latest version
To install the latest version, you can use the following commands:
Using npm
npm install @one-click-connect/browser-dapp
Using yarn
yarn add @one-click-connect/browser-dapp
Using pnpm
pnpm add @one-click-connect/browser-dapp
Specific version
If you want to install a specific version, you can find all the available versions in the Changelog page.
Using npm
npm install @one-click-connect/browser-dapp@<version>
Using yarn
yarn add @one-click-connect/browser-dapp@<version>
Using pnpm
pnpm add @one-click-connect/browser-dapp@<version>