{"id":28856358,"url":"https://github.com/superdev093/zk_plonk_dapp","last_synced_at":"2025-07-12T05:05:09.190Z","repository":{"id":232687976,"uuid":"621858556","full_name":"superdev093/zk_plonk_dapp","owner":"superdev093","description":"Zero Knowlege Proof Example","archived":false,"fork":false,"pushed_at":"2023-04-12T17:22:27.000Z","size":609,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-19T03:35:26.355Z","etag":null,"topics":["nextjs","react","zk-snarks","zkp","zkproof"],"latest_commit_sha":null,"homepage":"https://zk-plonk-dapp.vercel.app","language":"Solidity","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/superdev093.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-03-31T14:38:17.000Z","updated_at":"2023-04-12T17:16:49.000Z","dependencies_parsed_at":"2024-04-11T01:11:28.646Z","dependency_job_id":"261a5f2e-822f-47db-bd8b-e0a3575ac349","html_url":"https://github.com/superdev093/zk_plonk_dapp","commit_stats":null,"previous_names":["top1st/zk_plonk_dapp","carlominds/zk_plonk_dapp","getarobertson/zk_plonk_dapp","superdev093/zk_plonk_dapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/superdev093/zk_plonk_dapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superdev093%2Fzk_plonk_dapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superdev093%2Fzk_plonk_dapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superdev093%2Fzk_plonk_dapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superdev093%2Fzk_plonk_dapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/superdev093","download_url":"https://codeload.github.com/superdev093/zk_plonk_dapp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superdev093%2Fzk_plonk_dapp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260852173,"owners_count":23072607,"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":["nextjs","react","zk-snarks","zkp","zkproof"],"created_at":"2025-06-20T00:13:14.855Z","updated_at":"2025-07-12T05:05:09.173Z","avatar_url":"https://github.com/superdev093.png","language":"Solidity","readme":"# Summary\n## Circuit\n\n1. Write circom circuit\n\n2. Compile the circuit:\n```\ncircom circuit.circom --r1cs --wasm --sym\n```\n\n3. Download a powers of tau trusted setup file\n\n4. Run Plonk setup to get the proving key:\n```\nsnarkjs plonk setup circuit.r1cs ptau_file.ptau proving_key.zkey\n```\n\n## Contract\n\n1. Export verifier smart contract\n```\nsnarkjs zkey export solidityverifier proving_key.zkey verifier.sol\n```\n\n2. Integrate verifier into your Solidity project\n\n## Frontend\n\n1. Take user inputs\n \n2. Calculate witness \u0026 generate proof in one step\n```\nawait snarkjs.plonk.fullProve({ inputs }, wasmPath, provingKeyPath);\n```\n\n3. Submit transaction with proof to Verifier contract\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperdev093%2Fzk_plonk_dapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperdev093%2Fzk_plonk_dapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperdev093%2Fzk_plonk_dapp/lists"}