Interledger.rs


Interledger implementation in Rust :moneywithwings:

crates.io CircleCI codecov

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/spsp/bob --amount 1000

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