New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

siriusid-sdk

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

siriusid-sdk

A module for dApp make a simple way to communicate, send request to Sirius ID's user

latest
Source
npmnpm
Version
0.0.58
Version published
Maintainers
1
Created
Source

ProximaX SiriusID SDK for TypeScript and JavaScript

The official ProximaX SiriusID SDK for TypeScript and JavaScript, available for browsers, mobile applications and NodeJS, to work with the ProximaX Sirius Blockchain.

Installing the library

Install using npm:

    npm install siriusid-sdk

or using yarn:

    yarn add siriusid-sdk

Contributing

Bootstrap your environments

  • Clone this repository.
git clone https://gitlab.com/proximax-enterprise/siriusid/sirius-id-sdk.git
  • Install the dependency packages.
npm install

Build the packages

Build SDK

npm run build

or using below to build and increase version of SDK

npm run build-version

Publish the packages

With the first time pushlish, you need log in first:

npm login --registry http://localhost:4873
npm publish --registry http://localhost:4873

Install Verdaccio as local registry

FAQs

Package last updated on 22 Sep 2020

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