Package Exports
- @dashevo/dapi-client
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@dashevo/dapi-client) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
DAPI Client
Client library used to access Dash DAPI endpoints
Table of Contents
Install
npm install @dashevo/dapi-clientUsage
const DAPIClient = require('@dashevo/dapi-client');
var client = new DAPIClient();
client.getBalance('testaddress');Contributing
Feel free to dive in! Open an issue or submit PRs.
License
MIT © Dash Core Group, Inc.