This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
2021-07-23 Example console app demo #210
leighmcculloch
started this conversation in
Demos
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here's video demo of a rudimentary payment channel working on a test network between @acharb and I.
It is the
examples/console
app using thesdk/state
package at e84216d.This is only demoing the happy path because the console example is only a good actor at the moment. There are integration tests that test some bad actor paths, and are in the process of writing more bad actor scenarios.
There’s still lots of gaps. At the moment the SDK is a state machine that produces and verifies transactions/agreements, and makes sure to some degree that you don’t sign something you shouldn’t. We have a growing list of TODOs to make the state machine more robust and cover more edge cases as well as adding other helpful things to the SDK. A user of the SDK still needs to figure out their own networking and communications, none of that is currently handled by the SDK.
20210723-demo.mp4
Beta Was this translation helpful? Give feedback.
All reactions