LogoLogo
  • About
    • Introduction
    • Unlockd SDK
    • Partners & Revenue Sharing
  • Getting Started
    • Installation
    • SDK Modules
      • Action Module
      • Auction Module
      • Market Module
      • Buy Now Module
      • Sell Now Module
      • Wallet Module
      • NFT Batch Transfer Module
    • Code Examples
      • Borrowing Assets
      • Fetch prices
      • Login
      • Borrow Signature
      • Minimum Repay
      • Liquidation Price
      • Health Factor
      • Available to borrow
    • UI Snippets
    • Reservoir Integration
  • USE CASES (code examples)
    • Borrow against RWAs
    • 'Buy Now, Pay Later' financing
  • Resources
    • npmJS Package
    • Best Practices
    • Changelog
    • Support & Contact
    • Unlockd V2
    • Product Documentation
    • Protocol Documentation
    • Risk Documentation
    • External Audits
    • Website
    • X (Twitter)
    • Discord
    • Other links
Powered by GitBook
On this page
  • Prerequisites
  • Installation
Export as PDF
  1. Getting Started

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

PreviousPartners & Revenue SharingNextSDK Modules

Last updated 11 months ago