Installation
To start using the Unlockd SDK in your project, follow these steps:
Prerequisites
Node.js (version 16.0.0 < 17.0.0)
npm (version 0.0.4 or higher)
An Ethereum wallet (e.g., MetaMask)
Installation
Install the SDK using your preferred package manager:
Using npm:
$ npm install @verislabs/unlockd-sdk
Using bower:
$ bower install @verislabs/unlockd-sdk
Using yarn:
$ yarn add @verislabs/unlockd-sdk
Using pnpm:
$ pnpm add @verislabs/unlockd-sdk
Last updated