dartmouth-cs98 / project-22f-cash-stream

Cash Stream
https://cash-stream.surge.sh/
4 stars 1 forks source link

Sprint Retrospective Term 1-Sprint #3 #22

Closed taytwkim closed 1 year ago

taytwkim commented 2 years ago

Sprint Retrospective #3

selfie proof of meeting

taytwkim commented 2 years ago

@romano-w @timofei7 @nataliesvoboda

timofei7 commented 2 years ago

can you batch create? like create a years worth of signed payments - and then have the ability to cancel them under certain conditions?

timofei7 commented 2 years ago

why is the code in a gist? hard to track - is there a reason it can't live in the repo in some folder?

taytwkim commented 2 years ago

why is the code in a gist? hard to track - is there a reason it can't live in the repo in some folder?

Hi! We didn't create a repository yet for our smart contract because we were trying to figure out what would be the best way to hook it up to a UI. This is what I'm looking at right now - if this works, the contract can be part of the React app and we won't need a separate repo. We'll figure it out by the end of this week and have something pushed.

taytwkim commented 2 years ago

can you batch create? like create a years worth of signed payments - and then have the ability to cancel them under certain conditions?

@timofei7 Hi! We're thinking that what we can do is have the payer send all the money upfront to an escrow account, and then the receiver can withdraw money at regular intervals. We're trying to see if there is a good use case for this approach.