Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@super-protocol/sdk-js

Package Overview
Dependencies
Maintainers
13
Versions
364
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@super-protocol/sdk-js

## Installation

  • 0.11.9-beta.6
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
178
decreased by-50.14%
Maintainers
13
Weekly downloads
 
Created
Source

Super Protocol SDK JavaScript

Installation

yarn add @super-protocol/sdk-js

Prepare protobuf

  1. git submodule init git submodule update

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

  3. yarn dto::update

Local Dev Setup

  1. npm install uplink-nodejs

  2. Just run yarn

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

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:

  1. Install Rosetta2
  2. Run your shell for x86_64 architecture arch -x86_64 /bin/bash (or any shell in your /bin folder).
  3. 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)
  4. nvm use 16 && yarn install

FAQs

Package last updated on 05 Dec 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc