ilp
ilp copied to clipboard
ILP client for browsers/Node.js
# Description I tried to install this ilp client using npm and then executed it in my Node.js project, but got an error: `node_modules/ilp/src/extensions/express.ts:44:48 - error TS2345: Argument of type...
@d1no007 @austin-king @karzak @kincaidoneil @emschwartz These are the updates I was talking about on the call today. I have tried to organize things a little better. - Defined a type...
`isConnected` is a function -- since it was just testing the property it was always truthy.
The `ilp` module should be updated for the latest suite of protocols. It should expose a reasonable API for ILP and PSK/Paystream. Here is a sketch of what the new...