Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Latest commit

 

History

History
59 lines (45 loc) · 2.45 KB

libraries.md

File metadata and controls

59 lines (45 loc) · 2.45 KB

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.

Interledger STREAM

Reliably send packetized money and data over Interledger using STREAM.