{"id":13803845,"url":"https://github.com/0xHackedLabs/zkProver","last_synced_at":"2025-05-13T16:32:39.277Z","repository":{"id":175621755,"uuid":"645216900","full_name":"SecurFi/zkProver","owner":"SecurFi","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-14T15:28:24.000Z","size":4847,"stargazers_count":28,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-18T20:49:13.186Z","etag":null,"topics":["defi","ethereum","solidity","web3"],"latest_commit_sha":null,"homepage":"https://docs.0xHacked.com","language":"Rust","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/SecurFi.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,"publiccode":null,"codemeta":null}},"created_at":"2023-05-25T07:11:30.000Z","updated_at":"2024-11-13T06:50:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"4d522302-0161-42a9-acd7-8a0259fdc411","html_url":"https://github.com/SecurFi/zkProver","commit_stats":null,"previous_names":["0xhackedlabs/zkprover"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecurFi%2FzkProver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecurFi%2FzkProver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecurFi%2FzkProver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecurFi%2FzkProver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SecurFi","download_url":"https://codeload.github.com/SecurFi/zkProver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253981954,"owners_count":21994364,"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":["defi","ethereum","solidity","web3"],"created_at":"2024-08-04T01:00:38.381Z","updated_at":"2025-05-13T16:32:34.268Z","avatar_url":"https://github.com/SecurFi.png","language":"Rust","funding_links":[],"categories":["Projects Using Foundry"],"sub_categories":[],"readme":"# zkProver\n\nBesides generating the proof of exploit using [our online tool](https://www.SecurFi.com/tool), you can also do it locally with zkProver.\n\n## Installation\n\nCurrently, zkProver supports **Linux** and **MacOS with Apple Silicon**.\n\n``` bash\ncurl -L https://install.SecurFi.com | bash\n```\n\n\u003e If you're using MacOS, please make sure you have installed Xcode, `xcode-select --install` and run `xcrun metal` successfully.\n\nIf you encounter any errors, please contact me via [Telegram](https://t.me/dimitrysc).\n\n## Building from source\n### Requirements\n\n* Ubuntu\n\n  - [Rust](https://www.rust-lang.org/tools/install)\n   ```bash\n   sudo curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\n   ```\n  - build tools\n   ```bash\n   sudo apt install -y build-essential pkg-config libssl-dev\n   ```\n  - cuda[optional] [install guide](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html)\n\n* Centos\n  - Developments Tools\n  ```bash\n  sudo yum groupinstall 'Development Tools'\n  ```\n  - cuda[optional] [install guide](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html)\n\n* Mac\n  - [Rust](https://www.rust-lang.org/tools/install)\n  ```bash\n  brew install rustup-init\n  rustup-init\n  ```\n\n## Usage\n### generate zk proof\n```bash\n# For MacOS with Metal support\ncargo run -r -p zkProver -F metal -- evm -r \u003cRPC_URL\u003e -b \u003cBLOCK_NUMBER\u003e -d \u003cDEAL\u003e \u003cpath\u003e\n\n# For Linux/Windows with CUDA support\ncargo run -r -p zkProver -F cuda -- evm -r \u003cRPC_URL\u003e -b \u003cBLOCK_NUMBER\u003e -d \u003cDEAL\u003e \u003cpath\u003e\n\n# For CPU-only Linux/Windows/MacOS\n# Not recommended, the generation might be very slow.\ncargo run -r -p zkProver -- evm -r \u003cRPC_URL\u003e -b \u003cBLOCK_NUMBER\u003e -d \u003cDEAL\u003e \u003cpath\u003e\n```\n\nWe highly recommend you start hacking from [PoC demos](https://github.com/SecurFi/PoC) after installing zkProver.\n\n## Documentation\n[Documentation for SecurFi](https://docs.SecurFi.com)\n\n\n## Acknowledgements\nThanks to the contributions of [foundry](https://github.com/foundry-rs/foundry), [revm](https://github.com/bluealloy/revm), [reth](https://github.com/paradigmxyz/reth), [ethers-rs](https://github.com/gakonst/ethers-rs) and [RISC Zero](https://github.com/risc0/risc0) to crypto. We're grateful for these awesome projects.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xHackedLabs%2FzkProver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xHackedLabs%2FzkProver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xHackedLabs%2FzkProver/lists"}