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
Clone the repo.
git clone https://github.com/shreyas-londhe/secret-spend.git
cd secret-spend
Make sure you have Golang installed on your system.
cd zk-tee
go run main.go
Make sure you have Nodejs installed on your system.
cd frontend
npm install
npm start
Head over to localhost:3000