A user-facing demo wallet that can make Interledger payments to a variety of peers (supports USD, testnet only). Sign up at https://rafiki.money.
A user-facing demo wallet that can make Interledger payments to a variety of peers (supports XRP, testnet only). Sign up at https://xpring.io.
An Interledger Connector implemented in Java. This project is actively maintained by Xpring and recommended for new production deployments.
An Interledger Connector implemented in Rust. This project is not actively maintained, but has a robust feature-set and is easy to use.
An Interledger Connector implemented in Javascript. This project has been battle-tested in various production deployments.
Build ILP applications that send and receive payments natively in Java using Quilt, which is a Java implementation of Interledger.
Build ILP applications that send and receive payments natively in Rust using interledger.rs, which is a Rust implementation of Interledger.
Implementations of ILP-over-HTTP, which is a bilateral communications protocol for server-to-server ILP connections.
- Java: ILP-over-HTTP Link
- Rust: ILP-over-HTTP
- Javascript: ilp-plugin-http
Reliably send packetized money and data over Interledger using STREAM.
- Java: STREAM Java
- Rust: STREAM RS
- Javascript: STREAM JS