/mini-zk-rollup

Minimalistic zk rollup implementation with Sparse Merkle Tree and EdDSA signatures

Primary LanguageTypeScriptMIT LicenseMIT

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