https://github.com/nvnx7/tsunami-monorepo
Monorepo for Tsunami Protocol
https://github.com/nvnx7/tsunami-monorepo
Last synced: 3 months ago
JSON representation
Monorepo for Tsunami Protocol
- Host: GitHub
- URL: https://github.com/nvnx7/tsunami-monorepo
- Owner: nvnx7
- Created: 2023-01-11T13:33:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-12T20:26:50.000Z (over 2 years ago)
- Last Synced: 2024-12-29T12:45:35.777Z (5 months ago)
- Language: TypeScript
- Homepage: https://tsunami-web-nvn.vercel.app
- Size: 14.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tsunami
_Monorepo for Tsunami protocol._Tsunami is a private token streaming protocol for streaming tokens on per-second basis privately.
## About
Tsunami utilizes the idea of a Stream as a UTXO Note which can be spent by either the stream Sender or the stream Receiver. But both parties are constrained to what parameters they can change in newly created UTXO after spending (and nullifying) the first one.Tsunami uses zkSNARK verifiers which allows users to prove legitimacy of their intentions regarding spending a existing UTXO note.
Tsunami can be used by parties like individuals or DAOs to fund teams or projects they want to support while keeping any information about identity or even stream parameters (e.g. start/stop times of stream, rate of stream etc.) anonymized - which might be desirable in many situations like supporting some good cause. A Sender can also generate revoke proofs to stop stream early - in case funds are not used properly by Receiver party.
Tsunami stores encrypted stream UTXO notes as emitted events which can be decrypted by a shared secret key computed from any of the party's (sender/receiver) shielded private key & other party's (sender/receiver) shielded address/public key.