developeruche / Ethereal

KZG implementation and Solidity Verifiers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ethereal

test:

cargo test

get commit and proof data, and which are already used in ./test/MintNFT.t.sol:

cargo run --release

test hack:

forge test -vvv

the hack code in ./test/MintNFT.t.sol

writeups: https://hackmd.io/@liquan/rkjOX6i56

About

KZG implementation and Solidity Verifiers


Languages

Language:Solidity 72.0%Language:Rust 28.0%