New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@super-protocol/sdk-js

Package Overview
Dependencies
Maintainers
4
Versions
452
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@super-protocol/sdk-js

## Installation

0.6.1
Source
npm
Version published
Weekly downloads
1.1K
-26.19%
Maintainers
4
Weekly downloads
 
Created
Source

Super Protocol SDK JavaScript

Installation

yarn add @super-protocol/sdk-js

Local Dev Setup

  • Follow instructions to setup Decentralized Cloud Storage providers:
    • StorJ
  • 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

FAQs

Package last updated on 03 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts