This document will show how to integrate StorX SDK in your app
Following are the steps to integrate the SDK into your app
The UAT app is hosted on http://109.169.55.25:3000/. You'll have to create your account in the platform. Once created please notify us to activate your account.
Once your account is activated, Go to http://109.169.55.28:3000/. Login with the credentials you created in the StorX app.
Copy the Secret key and the Secret Mnemonic. This will be needed for the SDK functions to authorise your account.
Now there are 2 ways to integrate StorX to your account. One is by using Node SDK which you can use if your backend is built on Node. Other is by the traditional REST APIs.
If your backend is built on Node, refer this link https://github.com/StorXNetwork/storx-storage-sdk and use the Github link to install the SDK package on your app. You can then intialize the SDK with those keys and use the functions in Readme file of Github link to integrate StorX.