Skip to content

interledger-deprecated/ilp-protocol-lsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Loopback Server Discovery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published