Skip to content

Latest commit

 

History

History
executable file
·
34 lines (22 loc) · 701 Bytes

File metadata and controls

executable file
·
34 lines (22 loc) · 701 Bytes

DAPI Client

Build Status

Client library used to access Axe DAPI endpoints

Table of Contents

Install

npm install @axerunners/dapi-client

Usage

const DAPIClient = require('@axerunners/dapi-client');
var client = new DAPIClient();

client.getBalance('testaddress');

Contributing

Feel free to dive in! Open an issue or submit PRs.

License

MIT © Axe Core Group, Inc.