README
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