shreyas-londhe / secret-spend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Go 55.2%Language:Solidity 30.1%Language:JavaScript 10.3%Language:HTML 1.9%Language:TypeScript 1.4%Language:CSS 1.2%