Releases: dl-solarity/hardhat-zkit
Releases · dl-solarity/hardhat-zkit
v0.2.0
Release notes v0.2.0 🎉
This is the first stable release
The ultimate environment for building with Circom.
Overview
Hardhat-zkit plugin consists of 3 components:
- zkit - high-level snarkjs wrapper.
- zktype - typescript bindings generator.
- hardhat-zkit - hardhat plugin to rule them all.
Every component acts as a small puzzle piece of a big picture - to bring Circom to the masses.
Features
The plugin is designed with a user-experience-first approach. Developers may now focus on delivery, not maintenance.
- Circom and snarkjs artifacts are beautifully abstracted.
- The plugin understands which circuits require recompilation and will not touch the others.
- Full TypeScript typization of circuits signals and ZK proofs.
- Automatic downloads of phase-1 ptau files.
- Convenient phase-2 contributions to zkey files.
- WASM-based Circom compiler usage - no need to install the compiler separately.
- Must-have
node_modules
remappings. - Beautiful logging and compilation status indication.