@xendbridge/nodejssdk
v1.0.1
Published
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.xendb
Downloads
5
Readme
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 [email protected] for inquiries and support. Happy Coding.
Getting started
- npm install @xendbridge/nodejssdk
- Create a config folder on your application's root directory
- 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