An open API service indexing awesome lists of open source software.

https://github.com/interledger-deprecated/ilp-protocol-lt

Implementation of Loopback Transport (IL-RFC-29)
https://github.com/interledger-deprecated/ilp-protocol-lt

Last synced: 4 months ago
JSON representation

Implementation of Loopback Transport (IL-RFC-29)

Awesome Lists containing this project

README

          

# 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:
```sh
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
```