abcd5251 / MiMC_merkletree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple MiMC Merkle Tree

This project implements merkle proof verification of basic Merkle Tree with MiMC hash function. The implementation is using MiMC in the Circom library.

Install Dependencies:

$ npm install

Run tests

$ npx hardhat test

About

License:MIT License


Languages

Language:JavaScript 57.1%Language:Solidity 42.9%