An open API service indexing awesome lists of open source software.

https://github.com/thebojda/mini-zk-rollup

Minimalistic zk rollup implementation with Sparse Merkle Tree and EdDSA signatures
https://github.com/thebojda/mini-zk-rollup

Last synced: 9 months ago
JSON representation

Minimalistic zk rollup implementation with Sparse Merkle Tree and EdDSA signatures

Awesome Lists containing this project

README

          

# mini-zk-rollup
Minimalistic zk rollup implementation with Sparse Merkle Tree and EdDSA signatures

For more info, please read my article about the project here: https://medium.com/coinmonks/how-to-implement-a-minimalist-nft-zkrollup-b93fd4e326ad

## 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