@xendbridge/nodejssdk

1.0.1 • Public • Published

XendBridgeNodeJsSDK

XendBridge Javascript SDK is a package provided by XendBridge which can be used to make order requests, check pending requests, raise disputes and cancel orders without having to call the api endpoints. Visit our docs for implementation, https://doc.xendbridge.com. Please contact us at hello@xendbridge.com for inquiries and support. Happy Coding.

Getting started

  1. npm install @xendbridge/nodejssdk
  2. Create a config folder on your application's root directory
  3. Create an {environment}.json file in the config folder and add the json object below

{ "baseUrl": "https://canary.xendbridge.com", "publicKey": "Your public key", "secretKey": "Your secret key" } 4. Replace the property values with appropriate xendbridge url and keys

Readme

Keywords

Package Sidebar

Install

npm i @xendbridge/nodejssdk

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

18.9 kB

Total Files

12

Last publish

Collaborators

  • xendbridge