Skip to content
/ zkm Public

The universal zkVM empowering Ethereum as the Global Settlement Layer

License

Notifications You must be signed in to change notification settings

zkMIPS/zkm

Repository files navigation

ZKM

ZKM is a general verifiable computing infrastructure based on Plonky2 and the MIPS microarchitecture, empowering Ethereum as the Global Settlement Layer. The proof generation and verification guide can be found in the docs.

Building

In order to build the application, zkm requires a latest nightly toolchain. Just run cargo build --release in zkm directory.

Running the examples

An end-to-end example has been presented in examples.

Guidance for external contributors

Any kind of external contributions are encouraged and welcomed!

General guidance for your PR

  • The PR fixes a bug In the PR description, please clearly but briefly describe the bug, including how to reproduce, and the error/exception you got, and how your PR fixes the bugs.

  • The PR implements a new feature

In the PR description, please clearly but briefly describe

  1. what the feature does
  2. the approach taken to implement it
  3. All PRs for new features must include a suitable test suite.
  • The PR improves performance

To help filter out false positives, the PR description for a performance improvement must clearly identify

  1. the target bottleneck (only one per PR to avoid confusing things!)
  2. how performance is measured
  3. characteristics of the machine used (CPU, OS, #threads if appropriate) performance before and after the PR

Licenses

The ZKM is distributed under the terms of MIT license.

Security

This code has not yet been audited, and should not be used in any production systems.

About

The universal zkVM empowering Ethereum as the Global Settlement Layer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages