Skip to content

zr0byte/backend

Repository files navigation

Setup Backend

This backend contains an API that generates zero knowldge proof and commitments for inputs.

To run this code :

Install go

Macos

brew install go

Run the Code

cd backend
go mod tidy
go run main.go

Hit API on postman

URL : http://localhost:8080/generate-proof

Request Body :

{
    "senders_address" : "",
    "revievers_Address": "",
    "amount" : 0.182
}

About

backend for 0byte

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages