gcash / bchwallet

A secure bitcoin cash wallet daemon written in Go (golang)
ISC License
43 stars 29 forks source link

Add payment channel functionality #12

Open cpacia opened 5 years ago

cpacia commented 5 years ago

Very rough spec can be found here: https://github.com/cpacia/spec/blob/master/paymentchannels.md

Feedback on the spec is welcome. Using libp2p for the overlay makes the most sense as it gives you a fully functional p2p network in like ten lines of code.

TODOs:

18 months™

jk probably only a couple weekends worth of work. Feel free to help out if you want.