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)
- Host: GitHub
- URL: https://github.com/interledger-deprecated/ilp-protocol-lt
- Owner: interledger-deprecated
- License: apache-2.0
- Created: 2018-04-04T06:53:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-21T09:53:21.000Z (about 8 years ago)
- Last Synced: 2025-08-09T08:32:35.195Z (10 months ago)
- Language: JavaScript
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```