Skip to main content

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/vanilla-wallet

Using yarn

yarn add @one-click-connect/vanilla-wallet

Using pnpm

pnpm add @one-click-connect/vanilla-wallet

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/vanilla-wallet@<version>

Using yarn

yarn add @one-click-connect/vanilla-wallet@<version>

Using pnpm

pnpm add @one-click-connect/vanilla-wallet@<version>