πŸ€– JackRamp zkVM

JACKRAMP ZK

This project presents a proof of concept to scale P2P offramp transaction by use of a ZK-powered architecture

Version

There are 2 version of codes, only SP1 is working at the moment due to error to build reqwest lib in zkRust version

  • SP1

  • zkRust

Requirements

Running the Project

There are 3 main ways to run this project: build a program, execute a program, generate a core proof.

Build the Program

To build the program, run the following command:

cd sp1_version/program
cargo prove build

This will generate ELF file sp1_version/program/elf/riscv32im-succinct-zkvm-elf

Execute the Program

To run the program without generating a proof:

This will execute the program and display the output.

Generate a Core Proof

To generate a core proof for your program:

Generate an EVM Proof

License

This project is licensed under the MIT licensearrow-up-right.


GitHub link: https://github.com/jackramp/jackramp-zkarrow-up-right

Last updated