0.0.58 • Published 5 years ago
siriusid-sdk v0.0.58
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-sdkor using yarn:
yarn add siriusid-sdkContributing
Bootstrap your environments
- Clone this repository.
git clone https://gitlab.com/proximax-enterprise/siriusid/sirius-id-sdk.git- Install the dependency packages.
npm installBuild the packages
Build SDK
npm run buildor using below to build and increase version of SDK
npm run build-versionPublish the packages
With the first time pushlish, you need log in first:
npm login --registry http://localhost:4873npm publish --registry http://localhost:4873Install Verdaccio as local registry