From ac4c489ef2625a192b03811a7727092d58ad2b63 Mon Sep 17 00:00:00 2001 From: de666En Date: Fri, 6 Jun 2025 12:01:27 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fcc7e36..76edf593 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ We use z3 (https://github.com/Z3Prover/z3) to check that all operations are comp # Project Bootstrap: -- C project: There is a project template for compiling C to wasm with limited host functions (foreign circuits). (see https://github.com/DelphinusLab/zkWasm-C) +- C project: There is a project template for compiling C to wasm with limited host functions (foreign circuits). (see https://github.com/zkcrossteam/zkWasm-C) - Rust project demo: https://github.com/xgaozoyoe/zkWasm-Rust-Demo -- Assembly script demo: https://github.com/DelphinusLab/zkWasm-AssemblyScript-Demo +- Assembly script demo: https://github.com/zkcrossteam/zkWasm-C/zkWasm-AssemblyScript-Demo - Browser based project: See https://github.com/zkcrossteam/g1024/ for how to utilize zkWASM in javascript, how to generate proofs using PAAS service and verify it on chain (contact xgao@zoyoe.com for details about PAAS testnet).