Skip to main content

Installation

Ordit SDK is a JavaScript package published on NPM, with TypeScript definitions already included.

Requirements

  • Node.js version 18 or above (which can be checked by running node -v). You can use nvm for managing multiple Node versions on a single machine installed.
    • When installing Node.js, you are recommended to check all checkboxes related to dependencies.

Install the project

Install Ordit SDK using your preferred package manager:

npm i --save @ordzaar/ordit-sdk

Connect to a wallet

Refer to the Browser Wallets API for more information on connecting to a wallet.