XendBridge NodeJs SDK
Last updated
Last updated
Xendbridge provides a NodeJs SDK which can be integrated by installing directly from the Node Package Manager. This library abstracts the necessary API endpoints required to interact with the XendBridge P2P application into javascript functions. The package details can be found at https://www.npmjs.com/package/@xendbridge/nodejssdk
The steps below can be used to integrate the sdk to your NodeJs application
npm install @xendbridge/nodejssdk
Create a config folder on your application's root directory
Create an {environment}.json file (eg. Sandbox.json) in the config folder and add the json object below
Please note that the {environment}.json file should correspond to your app's deployment environment (eg. development, sandbox, production).
Replace the property values with the appropriate xendbridge base URL and keys. See and to get your keys and urls.
Import the XendBridge library into your javascript file using the code below and you'd be able to interract with the XendBridge api