Interledger implementation in Rust 💸
- HTTP API
- Rust API
- Interledger.rs Architecture
- Interledger Forum for general questions about the Interledger Protocol and Project
Prerequisites:
- Git
- Rust - latest stable version
Install and Run:
git clone https://github.com/emschwartz/interledger-rs && cd interledger-rs
cargo build
(add--release
to compile the release version, which is slower to compile but faster to run)cargo run
(append command line options after a--
to use the CLI)
See the examples for demos of Interledger functionality and how to use the Interledger.rs implementation.
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!