DELPHINUS-ZKWASM
  • ZKWASM-Book
  • ZKWASM for beginners
    • Quick Start
      • Setup & Build the ZKWASM binary
      • Prepare WASM Image
      • Setup ZKWASM circuit
      • Prove WASM execution
      • Aggregate (Batch) proofs
    • Host(Builtin) Functions
      • IO Functions
      • State Related Functions
      • Poseidon Signature
  • Build a Rollup Application
    • Rollup Application Sketch
    • Writing ZKWASM Application
      • Debug Execution Trace Size of Your Code
    • Proof Generation Architectrue
      • Segment Proof Generation
      • Batch ZKWASM proofs
      • Continuation Proof of Segments
    • Build a Rollup Protocol
  • Circuit Design
    • ZKWASM Circuits
      • Guest Circut
      • Host Circuits.
      • Aggregation(Batch) Circuit
  • ZKWASM Cloud Service
    • Typescript SDK for connecting with ZKWASM cloud.
  • MISC Q&A
Powered by GitBook
On this page

ZKWASM for beginners

Delphinus lab provides solutions for trustless computation and an application SDK based on a zkWasm virtual machine. This document is written to describe basic usage of ZKWASM to run WASM based applications in command line. We assume the reader knows the basics of the following:

  1. Compile rust applications using cargo

  2. Basics of Makefile

  3. Configure environment variables

  4. WASM tools (wasm2wat, wat2wasm, wasmopt)

PreviousZKWASM-BookNextQuick Start

Last updated 1 year ago