diff --git a/README.md b/README.md index 9f5923198..9da3c5d49 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ # Overview: -The mission of DelphiusLab is to provide Web2 developers with a concise toolset to leverage the power of Web3 in their applications. The ZKWASM (ZKSNARK virtual machine that supports Web Assembly) serves as a trustless layer between rich applilcations running on WASM runtime and smart contracts on chain. +The mission of DelphiusLab is to provide Web2 developers with a concise toolset to leverage the power of Web3 in their applications. The ZKWASM (ZKSNARK virtual machine that supports Web Assembly) serves as a trustless layer between rich applications running on WASM runtime and smart contracts on chain. WASM (or WebAssembly) is an open standard binary code format similar to assembly. Its initial objective was to provide an alternative to java-script with improved performance for the current web ecosystem. Benefiting from its platform independence, front-end flexibility (can be compiled from the majority of languages including C, C++, assembly script, rust, etc.), good isolated runtime and speed comes closer to the speed of a native binary, its usage is arising in distributed cloud and edge computing. Recently it has become a popular binary format for users to run customized functions on AWS Lambda, Open Yurt, AZURE, etc. @@ -82,7 +82,7 @@ with OPTIONS: Please see zkWASM continuation batcher at https://github.com/DelphinusLab/continuation-batcher for batching proof with host circuits and verifier generation in smart contracts. # Operations Spec [WIP] -We uses z3 (https://github.com/Z3Prover/z3) to check that all operation are compiled to zkp circuits correctly. +We use z3 (https://github.com/Z3Prover/z3) to check that all operations are compiled to zkp circuits correctly. [This is a WIP project, only sample code are provided here. Please contact xgao@zoyoe.com for state circuit customization and application integration. @@ -96,4 +96,4 @@ We uses z3 (https://github.com/Z3Prover/z3) to check that all operation are comp * 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) * Rust project demo: https://github.com/xgaozoyoe/zkWasm-Rust-Demo * Assembly script demo: https://github.com/DelphinusLab/zkWasm-AssemblyScript-Demo -* Browser based project: See https://github.com/zkcrossteam/g1024/ for how to utilizing zkWASM in javascript, how to generate proofs using PAAS service and verify it on chain (contact xgao@zoyoe.com for details about PAAS testnet). +* 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).