This repository contains a collection of various specifications and documentation related to the Interledger Protocol (ILP). These documents or requests-for-comment (RFCs) are published by various authors and publication here does not imply official status unless otherwise specified in the document.
Here is a list of published Interledger RFCs.
-
IL-RFC 1: Interledger Architecture
Basic overview of the Interledger architecture.
-
Cryptographic conditions provide a flexible mechanism for delegation and authentication. Conditions include hashlocks, signatures and operators to compose them.
-
IL-RFC 3: Interledger Protocol
Describes the Interledger protocol, including the format of the Interledger header, used for sending payment instructions across different ledgers and connectors.
-
IL-RFC 4: Ledger Plugin Interface
JavaScript interface for ledger plugins, which implement all functionality necessary to make Interledger payments through a ledger. This can be used as a model for defining such plugins in other languages.