{"id":18795008,"url":"https://github.com/fbac/zkproof-go","last_synced_at":"2026-03-14T12:36:13.501Z","repository":{"id":221606753,"uuid":"748314159","full_name":"fbac/zkproof-go","owner":"fbac","description":"Zero Knowledge proof based on Chaum-Pedersen protocol","archived":false,"fork":false,"pushed_at":"2024-02-08T23:09:45.000Z","size":6703,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-27T06:34:35.246Z","etag":null,"topics":["chaum-pedersen","go","golang","grpc","grpc-client","grpc-server","proof-of-concept","zero-knowledge","zero-knowledge-proofs","zk"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fbac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-01-25T18:07:58.000Z","updated_at":"2024-10-22T15:17:06.000Z","dependencies_parsed_at":"2024-02-09T01:07:54.555Z","dependency_job_id":"81ad6082-f6e4-4006-9675-0eec1d3d5a82","html_url":"https://github.com/fbac/zkproof-go","commit_stats":null,"previous_names":["fbac/zkproof-go"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbac%2Fzkproof-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbac%2Fzkproof-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbac%2Fzkproof-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbac%2Fzkproof-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fbac","download_url":"https://codeload.github.com/fbac/zkproof-go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248736500,"owners_count":21153602,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chaum-pedersen","go","golang","grpc","grpc-client","grpc-server","proof-of-concept","zero-knowledge","zero-knowledge-proofs","zk"],"created_at":"2024-11-07T21:32:12.548Z","updated_at":"2026-03-14T12:36:13.449Z","avatar_url":"https://github.com/fbac.png","language":"Go","readme":"# zkproof-go\n\n## Makefile targets\n\n- Re-generate proto Go bindings: `make generate-proto`\n- Build server: `make server`\n- Build client: `make client`\n- Clear binaries: `make clean`\n- `make all` will clean, re-generate proto, test, build server and build client.\n- `make test` will test ZK Go code.\n- `make e2e` builds the server and client container images and run two test: happy and sad scenarios.\n- `make server-img` builds the server img container.\n- `make client-img` builds the client img container.\n\n## zkproof-server\n\nBy default, the server is executed listening on `localhost:50051`.\n\n```text\nUsage of ./bin/zkproof-server:\n  -host string\n        connect to hostname (default \"localhost\")\n  -port string\n        TCP port (default \"50051\")\n```\n\n## zkproof-client\n\nBy default, the server is connects to `localhost:50051` as user `testUser` with password `1`.\n\n```text\nUsage of ./bin/zkproof-client:\n  -host string\n        connect to hostname (default \"localhost\")\n  -password int\n        Password (default 1)\n  -port string\n        TCP port (default \"50051\")\n  -user string\n        Username (default \"testUser\")\n```\n\n### Manual test\n\n- `make all`\n- Run `./bin/zkproof-server \u0026`\n- Run `./bin/zkproof-client`\n- Run `killall zkproof-server` to stop the server.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffbac%2Fzkproof-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffbac%2Fzkproof-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffbac%2Fzkproof-go/lists"}