UNPKG

ilp-plugin-xrp-paychan

Version:

Uses payment channels on ripple to do fast ILP transactions between you and a peer. Current in-flight payments are at risk (your peer can choose not to give you claims for them), but are secured against the ledger as soon as you get a claim.

48 lines (47 loc) 1.22 kB
{ "name": "ilp-plugin-xrp-paychan", "version": "2.4.1", "description": "", "main": "index.js", "scripts": { "test": "nyc mocha --exit", "integration": "nyc --clean false mocha test/integration --", "lint": "standard", "codecov": "nyc report --reporter=json && codecov -f coverage/*.json" }, "author": "", "license": "ISC", "devDependencies": { "byline": "^5.0.0", "chai": "^4.1.2", "chai-as-promised": "^7.1.1", "child-process-promise": "^2.2.1", "co-mocha": "^1.2.0", "codecov": "^3.1.0", "ilp-packet": "^3.0.8", "mocha": "^5.2.0", "nock": "^9.0.20", "node-cleanup": "^2.1.2", "nyc": "^13.1.0", "proxyquire": "^1.8.0", "sinon": "^4.1.3", "sinon-chai": "^2.13.0", "standard": "^11.0.1", "through2": "^2.0.3" }, "dependencies": { "bignumber.js": "^7.0.2", "btp-packet": "^2.2.0", "debug": "^3.1.0", "ilp-logger": "^1.1.3", "ilp-plugin-btp": "^1.3.6", "ilp-plugin-xrp-paychan-shared": "^4.1.0", "ilp-store-memory": "^1.0.0", "ripple-lib": "^0.22.0", "tweetnacl": "^1.0.0" }, "repository": { "type": "git", "url": "git@github.com:ripple/ilp-plugin-xrp-paychan.git" } }