1.1.0 • Published 4 years ago

dhive-pool v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

dsteem-pool Package Version

Thin wrapper around dsteem with identical API and automated fallback support

Installation

npm i dsteem-pool --save

Usage

original dsteem constructor:

  const client = new Client('https://api.steemit.com');

dsteem-pool constructor:

  const client = new Client([
    'https://api.badunresponsivedomain.com', //this will fail within 60 seconds
    'https://api.steemit.com'
  ]);

license

MIT