{"id":21429815,"url":"https://github.com/limechain/wisp-prover","last_synced_at":"2025-10-11T12:32:22.621Z","repository":{"id":152306376,"uuid":"599946575","full_name":"LimeChain/wisp-prover","owner":"LimeChain","description":"Prover REST API of the Wisp Protocol","archived":false,"fork":false,"pushed_at":"2023-04-07T09:39:41.000Z","size":140,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-16T21:48:41.779Z","etag":null,"topics":[],"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/LimeChain.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,"publiccode":null,"codemeta":null}},"created_at":"2023-02-10T08:28:39.000Z","updated_at":"2023-08-28T18:09:37.000Z","dependencies_parsed_at":"2023-04-13T18:17:42.081Z","dependency_job_id":null,"html_url":"https://github.com/LimeChain/wisp-prover","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LimeChain/wisp-prover","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LimeChain%2Fwisp-prover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LimeChain%2Fwisp-prover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LimeChain%2Fwisp-prover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LimeChain%2Fwisp-prover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LimeChain","download_url":"https://codeload.github.com/LimeChain/wisp-prover/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LimeChain%2Fwisp-prover/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007167,"owners_count":26084247,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-22T22:19:16.429Z","updated_at":"2025-10-11T12:32:22.591Z","avatar_url":"https://github.com/LimeChain.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wisp Prover Server\n\n[![Integration Test](https://github.com/LimeChain/crc-prover/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/LimeChain/crc-prover/actions/workflows/ci.yaml)\n\nThe Prover is a fork of [Iden3's prover-server](https://github.com/iden3/prover-server). It is a REST API Wrapper\nfor [go-rapidsnark](https://github.com/iden3/go-rapidsnark)\n\n## Installation\n\n### Docker Image\n\n1. Download the already published image containing the circuits and verification key (~50 GB)\n    ```bash\n    docker pull limechain/wisp-prover:1.0\n    ```\n2. Run the image\n    ```bash\n   docker run -d -p 8000:8000 limechain/wisp-prover:1.0\n    ```\n\n**Note**\n\n- The image contains `ssz2Poseidon` and `blsHeaderVerify` circuits\n- Hardware requirements are `256GB RAM`, `32-core CPU`\n  and `1 TB SSD`\n\n### From Source\n\n1. (Optional) Create / edit your config file. Defaults to `configs/dev.yaml`.\n2. Prepare compiled circuits, zkey and verification key.\n    1. Option 1 (Development): Use `multiplier`:\n          ```bash\n          mkdir ./circuits \u0026\u0026 cp -R .github/workflows/test-circuit/multiplier ./circuits/multiplier\n          ```\n    2. Option 2: CRC circuits (`ssz2Poseidon` and `blsHeaderVerify`):\n          ```bash\n          bash get-circuits.sh\n          ```\n       Hardware requirements are `256GB RAM`, `32-core CPU` and `1 TB SSD`\n3. Build the image\n    ```bash\n    docker build -t prover-server .\n    ```\n4. Run Prover\n   ```\n   docker run -it -p 8000:8000 prover-server\n   ```\n   If you want to use config, different from the default `dev` one you must pass it as an environmental\n   variable `CONFIG={config}`\n\n## API\n\n### Generate proof\n\n```\nPOST /api/v1/proof/generate\nContent-Type: application/json\n{\n    \"circuit\": \"multiplier\", // name of the requested circuit as specified in the config\n    \"inputs\": {...} // circuit specific inputs\n}\n```\n\n## License\n\n- The code in this project is licensed under the [GNU GPLv3 license](prover-server-LICENSE)\n- Iden'3 `prover-server` is part of the iden3 project copyright 2021 0KIMS association and published\n  with GPL-3 license ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimechain%2Fwisp-prover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flimechain%2Fwisp-prover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimechain%2Fwisp-prover/lists"}