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.
9 lines (5 loc) • 383 B
Markdown
# How to run the integration tests
The integration tests require an instance of rippled:
1) Build the dockerfile in test/integration: `sudo docker build -t my_rippled .`
2) Run the rippled image: `docker run -it -p 5006:5006 -p 6006:6006 -p 51235:51235 my_rippled`
Once your rippled instance is running you can execute the integration tests with `DEBUG=ilp* npm run integration`.