Skip to content

sadoprotocol/sado-js

Repository files navigation

Sado JS

Sado SDK. A collection of TypeScript + JavaScript tools and libraries to build application and services on top of the Sado Protocol.

Pre-Requisites

This project uses PNPM to manage dependencies.

$ npm i -g pnpm

Setup

Install and build dependencies across all project folders:

$ pnpm install

Local CLI

You can install and use the CLI locally for development purposes by running the following command:

$ pnpm local

This will install the CLI locally allowing you to use local version of the CLI in your terminal.