pretty good AI summary of Cashu + TollGate + Payment Channels
Login to reply
Replies (3)
Demo video of the Cashu Channel in action.
It shows a few thousand payments and Bob's exit. And it explains how Bob can't double spend and shows how Alice gets her refund
@c08r4d0r @TollGate
Links:
- the initial proposal:
- this demo code: 
GitHub
nuts/XX.md at 8b94481c4d2320e6fdb05fb9180528430c10b827 · cashubtc/nuts
Cashu protocol specifications https://cashubtc.github.io/nuts/ - cashubtc/nuts
GitHub
a demo of this spillman channel, i.e. a unidirection Cashu channel, modelled loosely after a Lightning channel by SatsAndSports · Pull Request #1 · SatsAndSports/cdk
Note, this depends on another PR to cdk: cashubtc#1195
For each payment, Alice simply sends the new balance, and her signature. When Bob wants to e...
this looks amazing
I started playing with bitcoin/opensource code just this summer. Much nicer than my closed source day job:
- Great docs, because open source people actually want the audience to understand.
- Better software (cdk for Cashu, mdk for White Noise, ...)
- And also, really kind feedback from all of you 🙂