Libraries and Tools
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.
RippleX Wallet
A user-facing demo wallet that can make Interledger payments to a variety of peers (supports XRP, testnet only). Sign up at https://wallet.ilpv4.dev.
Connectors
Java Connector
An Interledger Connector implemented in Java. Not actively maintained, but the development team is open to hearing about new feature requests.
Javascript Connector
An Interledger Connector implemented in Javascript. This project has been battle-tested in various 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.
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