https://github.com/iotexproject/w3bstream-vm
https://github.com/iotexproject/w3bstream-vm
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iotexproject/w3bstream-vm
- Owner: iotexproject
- Created: 2023-11-07T06:09:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-19T18:46:50.000Z (over 1 year ago)
- Last Synced: 2025-05-08T22:07:34.165Z (about 1 year ago)
- Language: Rust
- Size: 1.28 MB
- Stars: 0
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sprout-VM
**sprout-vm** is the zero-knowledge proof virtual machine supported by **w3bstream sprout**, currently supporting **halo2**, **risc0**, and **zkwasm**.
---
- **halo2-wasm-node-server** is the VM implementation for **halo2**.
- **risc0-server** is the VM implementation for **risc0**.
- **wasm-server** and **wasm-server-go** are the VM implementations for **wasm**.
- **proto** is the rpc protocol for interaction between **sprout** and the VM.
- **rust-grpc** is a Rust SDK build with the **proto**
---