In this repository, you will find three main components and some testing infrastructure:
Contains the "Attestation App", the State Channels app that services payments. Payments made by the gateway are conditional on the indexer correctly signing an attestation.
Contains two main components,
ChannelManager
: Used to manage the creation and closing of AttestationApp channelsPaymentManager
: Used to create "payments" and submit "receipts" in "running" AttestationApp channels
Contains one component, the ReceiptManager
. This component serves two purposes:
- Inputs state channel messages into the wallet that were generated by the
ChannelManager
- Creates "receipts" for payments.