TheBojda / mini-zk-rollup

Minimalistic zk rollup implementation with Sparse Merkle Tree and EdDSA signatures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mini-zk-rollup

Minimalistic zk rollup implementation with Sparse Merkle Tree and EdDSA signatures

Usage

  • Clone the repository by git clone https://github.com/TheBojda/mini-zk-rollup.git
  • Install wget (by apt-get install wget on Ubuntu/Debian)
  • Install the project dependencies and prepare by npm install in the project directory
  • Start Hardhat tests by npx hardhat test in the project directory

About

Minimalistic zk rollup implementation with Sparse Merkle Tree and EdDSA signatures

License:MIT License


Languages

Language:TypeScript 51.1%Language:Solidity 26.0%Language:Circom 18.3%Language:Shell 4.6%