https://github.com/scroll-tech/zkvm-prover-gpu-sdk
https://github.com/scroll-tech/zkvm-prover-gpu-sdk
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scroll-tech/zkvm-prover-gpu-sdk
- Owner: scroll-tech
- Created: 2025-03-14T10:41:20.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-09T22:29:34.000Z (9 months ago)
- Last Synced: 2025-08-10T08:49:41.036Z (5 months ago)
- Language: Rust
- Size: 91.6 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SCROLL ZKVM GPU PROVER
## Prerequisite
The minimum required NVIDIA driver is `>=525.60.13`. You can refer to [nvidia drivers](https://www.nvidia.com/en-us/drivers/) to find the driver version for your GPU.
## How to use the sdk
In the directory `interface/` we have two files:
1. dynamic library `libzkp.so`;
2. C header file `zkvm.h`.
You can include the header file in your program and link your binary with the dynamic library.
### Example in Golang
You can build the example tester in golang using cmd `cd examples/go/ && make prover`.
## TODO
add version control for dynamic libraries.