0.7.0-beta.3 • Published 2 years ago

@super-protocol/sp-sdk-js v0.7.0-beta.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Super Protocol SDK JavaScript

Installation

yarn add @super-protocol/sdk-js

Local Dev Setup

  1. Follow instructions to setup Decentralized Cloud Storage providers:
  2. Just run yarn

Update DTO

  1. Fetch DTO submodule changes from github

    git submodule foreach git pull
  2. Install protobuf library for your OS

  3. 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