Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icemelon/halo2-tutorial
https://github.com/icemelon/halo2-tutorial
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/icemelon/halo2-tutorial
- Owner: icemelon
- Created: 2022-03-25T18:04:42.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T18:33:52.000Z (almost 3 years ago)
- Last Synced: 2024-05-19T08:07:46.307Z (8 months ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-halo2 - Halo2 tutorial source
README
# Halo2 Tutorial
This repo includes a few simple examples to show how to write circuit in Halo2.
## Instruction
Compile the repo
```
cargo build
```Run the examples
```
cargo run --bin exmaple1
cargo run --bin exmaple2
cargo run --bin exmaple3
```