Summary of zkrollup learning materials

FluiDex FluiDex Labs is committed to building the next generation of professional decentralized exchanges. We will use PLONK zero-knowledge proof technology on Ethereum to develop a high-performance order book digital asset spot exchange.

zksync : The most complete ZK-Rollup open source project code, covering every component required by a ZK-Rollup system. The PLONK mechanism is used, the circuit code uses bellman, and the off-chain code uses Rust.

hermez : Similar to zksync. The Groth16 mechanism is used, the circuit code uses circom, and the off-chain code uses Go.

loopring : Only the circuit code and contract code are open sourced, and there is no open source State Manager module. The Groth16 mechanism is used, the circuit code uses ethsnark, and the off-chain code is not open source.

Circom and snarkjs classic tutorial Create the first zero-knowledge snark circuit

Guess you like

Origin blog.csdn.net/u013705066/article/details/125871426