ilp.rs

Interledger implementation in Rust :moneywithwings:

CircleCI

Installation

Usage

Make sure you're running moneyd first! (moneyd local can be used for testing purposes)

Running an SPSP Server

ilp spsp server --port 3000

(You can see the full options by running ilp spsp server --help)

Sending an SPSP Payment

ilp spsp pay --receiver http://localhost:3000/bob --amount 1000

(You can see the full options by running ilp spsp pay --help)

TODOs

STREAM

Language bindings

Plugin

Connector

Performance