coinup
- Check if your coin wallet's jsonrpc is active and reachable
Note: Tihs module does not check if your wallet accepts rpc commands, it only checks if the host:port is reachable
Install
$ npm install coinup --save
Usage
const coinup = ; // Promises; // async/awaitasync { const isup = await console //=> true} // callback es6 arrow // callback es5 function // adding timeout, also works on any of the methods above