0g-chain/internal/x/paychan/README.md
rhuairahrighairigh 2405614e3f update readme
2018-07-17 15:00:44 +01:00

449 B

Payment channel implementation sketch

Simplifications:

  • unidirectional paychans
  • no top ups or partial withdrawals (only opening and closing)
  • no protection against fund lock up from dissapearing receiver

TODO

  • fix issue with multisig accounts and sequence numbers
  • create a nicer paychan store key for querying (and implement query)
  • expand client code
  • tidy up - add return tags
  • start removing simplifications, refactor