Sado SDK. A collection of TypeScript + JavaScript tools and libraries to build application and services on top of the Sado Protocol.
This project uses PNPM to manage dependencies.
$ npm i -g pnpmInstall and build dependencies across all project folders:
$ pnpm installYou can install and use the CLI locally for development purposes by running the following command:
$ pnpm localThis will install the CLI locally allowing you to use local version of the CLI in your terminal.