Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.14 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.14 KB

Secret Spend

Secret Spend is a Private Payments Protocol which combines privacy and payments seamlessly. Utilizing Zero Knowledge Proofs and Verifiable Additive Homomorphic Encryption, we redefine financial privacy. Your balance remains hidden while you transfer funds securely.

Behind our simple interface is a robust cryptographic system, ensuring each transaction is a secure, private exchange. Experience the pinnacle of financial discretion with $ecret $pend.

Deployed on Scroll Sepolia Verified Contract

Protocol Overview

Untitled Diagram drawio

How to Build

Clone the repo.

git clone https://github.com/shreyas-londhe/secret-spend.git
cd secret-spend

Backend

Make sure you have Golang installed on your system.

cd zk-tee
go run main.go

Frontend

Make sure you have Nodejs installed on your system.

cd frontend
npm install
npm start

Head over to localhost:3000