Skip to content

Instantly share code, notes, and snippets.

View hakymulla's full-sized avatar
😏

Kazeem Hakeem hakymulla

😏
View GitHub Profile
@hakymulla
hakymulla / zku_assignment_2
Last active March 14, 2022 05:54
Add a script named custom.test.js
const hre = require('hardhat')
const { ethers, waffle } = hre
const { loadFixture } = waffle
const { expect } = require('chai')
const { poseidonHash2, toFixedHex } = require('../src/utils')
const MERKLE_TREE_HEIGHT = 5
const MerkleTree = require('fixed-merkle-tree')
const { utils } = ethers