Super Protocol SDK JavaScript
Installation
yarn add @super-protocol/sdk-js
Local Dev Setup
- Follow instructions to setup Decentralized Cloud Storage providers:
- Just run
yarn
Update DTO
-
Fetch DTO submodule changes from github
git submodule foreach git pull
-
Install protobuf library for your OS
-
Update TypeScript classes based on updated DTO
yarn dto:update
Scripts
yarn prettier
- run auto code style fixing
yarn build
- create production build (in build folder)
yarn dto:update
- generate TypeScript classes based on DTO submodule
Dependencies
- NodeJS v16.8.0
- NPM v7.21.0
- yarn v1.22.11