defispot-api
v2.0.1
Published
Defispot Exchange API for dApps
Downloads
21
Readme
Defispot Exchange API
WARNING: The Defispot API is still beta. Please use it on your own risk.
Installation
npm install defispot-api --save
Usage
Please checkout the examples' folder for sample usage of the API. We will add more examples there soon.
Updating
creates lib folder
npm run build
changes version
npm version x.x.x
publishes new version
npm publish
deprecates old versions
npm deprecate defispot-api@"< x.x.x" "Versions before x.x.x use test url"