Libraries and Tools
Build Interledger applications.
Testnet Wallets
Rafiki Money
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 .
Xpring Wallet
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 .
Connectors
Java Connector
An Interledger Connector implemented in Java . This project is actively maintained by Xpring and recommended for new production deployments.
Rust Connector
An Interledger Connector implemented in Rust . This project is not actively maintained, but has a robust feature-set and is easy to use.
Javascript Connector
An Interledger Connector implemented in Javascript . This project has been battle-tested in various production deployments.
Libraries
Interledger Java
Build ILP applications that send and receive payments natively in Java using Quilt , which is a Java implementation of Interledger.
Interledger RS
Build ILP applications that send and receive payments natively in Rust using interledger.rs , which is a Rust implementation of Interledger.
ILP-over-HTTP
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
Interledger STREAM
Reliably send packetized money and data over Interledger using STREAM .
- Java: STREAM Java
- Rust: STREAM RS
- Javascript: STREAM JS