1.0.0 • Published 6 years ago

ilp-protocol-lsd v1.0.0

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

ilp-protocol-lsd

Loopback Server Discovery

Example of an application/lsd+json document:

{
  "protocol": "BTP/2.0",
  "loopback": "btp+ws://:2614c1e9c0059641c49179de59d8e213@localhost:8913/"
}

For a demo of how Alice can create a loopback connection to Bob, run:

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

# in a second window:
curl -v http://localhost:8914/
cd ilp-protocol-lsd
node scripts/rouletteConnector.js

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