Skip to content

Commit 2a9cc0a

Browse files
committed
feat(README): Add tables about zkVM packages
1 parent 6d28079 commit 2a9cc0a

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,26 @@ via one of the flake output categories:
4242
| rapidsnark-server | | x86_64-linux |
4343
| zqfield-bn254 | | x86_64-linux, x86_64-darwin |
4444

45+
### ZK Virtual Machines
46+
47+
#### Virtual Machines
48+
49+
| package name | description | supported platforms |
50+
|------------------------|--------------------------------------------------------------------------------------------------------------------|---------------------|
51+
| [jolt]([jolt-url]) | RISC-V-based zkVM with simplicity, speed and extensibility in mind | x86_64-linux |
52+
| [nexus]([nexus-url]) | A modular, extensible and highly-parallelized zkVM | x86_64-linux |
53+
| [risc0]([risc0-url]) | Zero-knowledge verifiable general computing platform based on zk-STARKS and RISC-V | x86_64-linux |
54+
| [sp1]([sp1-url]) | The fastest, most-feature complete zkVM for developers | x86_64-linux |
55+
| [zkm]([zkm-url]) | General verifiable computing infrastructure, empowering Ethereum as the Global Settlement Layer | x86_64-linux |
56+
| [zkwasm]([zkwasm-url]) | ZKWASM serves as a trustless layer between rich applilcations running on WASM runtime and smart contracts on chain | x86_64-linux |
57+
58+
#### Virtual Machine Rust forks
59+
60+
| package name | description | supported platforms |
61+
|------------------------------------------|-----------------------------------------------------------|---------------------|
62+
| [jolt-guest-rust]([jolt-guest-rust-url]) | Rust with the riscv32im-jolt-zkvm-elf compilation target | x86_64-linux |
63+
| [risc0-rust]([risc0-rust-url]) | Rust with the riscv32im-risc0-zkvm-elf compilation target | x86_64-linux |
64+
4565
### General Dev Tools
4666

4767
| package name | description | supported platforms |
@@ -79,6 +99,14 @@ via one of the flake output categories:
7999
[gaiad-url]: https://github.com/cosmos/gaia
80100
[go-opera-url]: https://github.com/Fantom-foundation/go-opera
81101
[cardano-graphql-url]: https://github.com/cardano-foundation/cardano-graphql
102+
[jolt-url]: https://github.com/a16z/jolt
103+
[nexus-url]: https://github.com/nexus-xyz/nexus-zkvm
104+
[risc0-url]: https://github.com/risc0/risc0
105+
[sp1-url]: https://github.com/succinctlabs/sp1
106+
[zkm-url]: https://github.com/zkMIPS/zkm
107+
[zkwasm-url]: https://github.com/DelphinusLab/zkWasm
108+
[jolt-guest-rust]: https://github.com/a16z/rust
109+
[risc0-rust]: https://github.com/risc0/rust
82110
[kurtosis-url]: https://github.com/kurtosis-tech/kurtosis
83111
[pistache-url]: https://github.com/pistacheio/pistache
84112
[polkadot-url]: https://github.com/paritytech/polkadot

0 commit comments

Comments
 (0)