/interledger-rs

Interledger implementation in Rust

Primary LanguageRustOtherNOASSERTION

Interledger.rs


Interledger implementation in Rust 💸

crates.io Interledger.rs Documentation CircleCI Rust Version Docker Image

Understanding Interledger.rs

Installation

Prerequisites:

  • Git
  • Rust - latest stable version

Install and Run:

  1. git clone https://github.com/emschwartz/interledger-rs && cd interledger-rs
  2. cargo build (add --release to compile the release version, which is slower to compile but faster to run)
  3. cargo run (append command line options after a -- to use the CLI)

Running the Examples

See the examples for demos of Interledger functionality and how to use the Interledger.rs implementation.

Contributing

Contributions are very welcome and if you're interested in getting involved, see CONTRIBUTING.md. We're more than happy to answer questions and mentor you in making your first contributions to Interledger.rs!