1.0.0 • Published 6 years ago

ilp-protocol-lt v1.0.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
6 years ago

ilp-protocol-lt

Implementation of Loopback Transport (IL-RFC-29)

For a demo of how to route a chunked payment over a connector with a random exchange rate, run:

git clone https://github.com/interledgerjs/ilp-protocol-lt
cd ilp-protocol-lt
npm install
npm run test
node scripts/rouletteReceiver.js

# in a second window:
cd ilp-protocol-lt
node scripts/rouletteConnector.js

# in a third window:
cd ilp-protocol-lt
node scripts/rouletteSender.js