Skip to content

aoraki-labs/taiko-prover-core

 
 

Repository files navigation

Introduction

This module is the the prover core of Taiko prover. It can receive the tasks from ZKPool-Prover.

Currently, the ZKPool-Prover links to Taiko Prover Core via API.

Refer to the API of generate_proof under prover/src/shared_state.rs

Build & Test

wget https://storage.googleapis.com/zkevm-circuits-keys/kzg_bn254_22.srs -P ./prover/
cargo test --release test_generate_proof -- --nocapture

About

fork from taiko zkevm-chain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.9%
  • JavaScript 0.1%