1.0.1 • Published 1 year ago

@xendbridge/nodejssdk v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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

1.0.1

1 year ago

1.0.0

1 year ago