Comment on page
Java Connector
A Java implementation of an Interledger Connector supporting ILPv4.
This site contains documentation for the Java implementation of an Interledger Connector.
Github project source code: https://github.com/interledger4j/ilpv4-connector
Docs source code: https://github.com/interledger4j/java-ilpv4-connector-docs
Documentation Website: https://connector.interledger4j.dev/
Have an idea or a feature request for the ILP Connector? We'd love to hear about it! Submit your ideas/requests/etc on feedback.interledger4j.dev.
This implementation is a high-performance Interledger Connector that supports many incoming and outgoing connections that are tied together by an ILPv4 packet-switching fabric.
This implementation supports the following features:
- Route Broadcast Protocol: Defines how Connectors can exchange routing table updates as defined in Route Broadcast Protocol.
- Persistent Data Storage: Account and other data can be stored using Postgres, MySQL, Oracle, MSSQL, and more.
WARNING: This implementation is currently an "alpha" prototype and SHOULD NOT be used in a production deployment!
Last modified 3yr ago