Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 983 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 983 Bytes

zkchannels-spec

This repository contains the specification for the zkChannels protocol instantiated on the Tezos blockchain.

  1. zkChannels on Tezos Overview and Introduction. A good place to start.
  2. System Setup and Merchant Initialization. Systemwide parameters and merchant setup information.
  3. Channel Establishment. Opening a zkChannel.
  4. Channel Payments. Making a payment on a zkChannel.
  5. Channel Closure. Closing a zkChannel.
  6. TezosEscrowAgent. Tezos-specific details.
  7. Implementation Considerations. Some notes on implementation pitfalls and considerations.
  8. Merchant Database. A guide to merchant channel-tracking.
  9. Customer Database. A guide to customer channel-tracking.