interledgerjs/ilp

support interledger layer (not just transport layer)

michielbdejong opened this issue · 2 comments

This module is the 'ilp client' people get sent to from https://interledger.org/getting-started.html, but what it implements is psk, ilqp, spsp, and ipr.

To just develop an ilp client, what you really only need is plugins of your choice, and a simple 'hello interledger' script like https://raw.githubusercontent.com/michielbdejong/ilp-node/mj-xrp-to-xrp/src/bells-tester.js

I guess it's not really relevant for this repo, because that code snippet doesn't use this repo.
Maybe we should make that a blog post or wiki page on interledger.org?