Development Guide for xrp-batch-payout-cli app.
git clone https://github.com/ripple/xrp-batch-payout-cli.git
cd xrp-batch-payout-cli
npm install
npm run build
node bin/index.js
(run command-line tool)
Note:
If you have issues running tests and find nyc: command not found
, it would be
worth installing nyc
globally, eg. npm i -g nyc
and similar approach would
work for other dependencies as well and the ones which error out with
Error: spawn $lib ENOENT
.