mirror of
https://github.com/wanseob/halo2-starter.git
synced 2026-01-08 21:38:02 -05:00
338 B
338 B
Halo2 Starter Kit
Pre-requisites
- Install rust
Instructions
- Go to
src/chip/field_config.rsand configure the chip. - Go to
src/chip/numeric_instructions.rsand define the instruction and then implement the chip. - Go to
src/circuit.rsand implement the circuit.
Commands
- Test
cargo test