mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-03 13:53:11 +00:00
16 lines
478 B
Markdown
16 lines
478 B
Markdown
# nescience-zkvm-testing
|
|
This repo reflects the tests conducted by Nescience Team on selected zkVMs.
|
|
|
|
All tests are Rust-based, so be sure to install it, for example according to [this](https://rustup.rs/).
|
|
|
|
# How to run tests
|
|
|
|
To run tests corresponding to zkVM of choice, please read the following:
|
|
|
|
- [zkWASM](./zkwasm/README.md)
|
|
- [zkMIPS](./zkmips/README.md)
|
|
- [Valida](./valida/README.md)
|
|
- [SP1](./sp1/README.md)
|
|
- [Nexus](./nexus/README.md)
|
|
- [RISC0](./risc0/README.md)
|