Socket
Book a DemoInstallSign in
Socket

@super-protocol/sdk-js

Package Overview
Dependencies
Maintainers
17
Versions
588
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@super-protocol/sdk-js

## Installation

latest
Source
npmnpm
Version
3.15.0
Version published
Maintainers
17
Created
Source

Super Protocol SDK JavaScript

Installation

npm install @super-protocol/sdk-js

Supported Networks

The SDK supports multiple blockchain networks:

  • Polygon Mainnet (Chain ID: 137)
  • Polygon Amoy Testnet (Chain ID: 80002)
  • opBNB Mainnet (Chain ID: 204)
  • opBNB Testnet (Chain ID: 5611)

Prepare protobuf

  • git submodule init git submodule update

  • Install protobuf (http://google.github.io/proto-lens/installing-protoc.html)

  • npm run dto::update

Local Dev Setup

  • npm install

  • Just run npm run build

Scripts

npm run prettier - run auto code style fixing

npm run build - create production build (in build folder)

npm run dto:update - generate TypeScript classes based on DTO submodule

npm test - run all tests

Dependencies

  • NodeJS v16.8.0
  • NPM v7.21.0

Apple M1 instructions

Some dependencies is not supported arm64 architecture. You can face with error like dyld[12398]: missing symbol called. To install everything correctly, do next:

  • Install Rosetta2
  • Run your shell for x86_64 architecture arch -x86_64 /bin/bash (or any shell in your /bin folder).
  • Install NodeJS in this shell nvm install 16 (if you have Node with same version already installed but for arm64, you have to uninstall it npm uninstall 16)
  • nvm use 16 && yarn install

FAQs

Package last updated on 25 Aug 2025

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