Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.07 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.07 KB

Interledger.rs


Interledger implementation in Rust 💸

crates.io CircleCI codecov

Installation

  • Install Rust (using rustup is recommended)
  • Install moneyd
  • cargo install interledger

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)