ypool-wallet

0.0.2 • Public • Published

ypool-wallet-node

A client library for API calls to the ypool wallet

Example:

var YPool = require('ypool-wallet');
var ypool = new YPool({
  key: YPOOL_API_KEY,
  secret: YPOOL_API_SECRET
});

ypool.getAddresses('BTC', function(err, result) {
    if (err) return console.log(err);
    return console.log(result);
})

/ypool-wallet/

    Package Sidebar

    Install

    npm i ypool-wallet

    Weekly Downloads

    2

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • levino