Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/icemelon/halo2-tutorial


https://github.com/icemelon/halo2-tutorial

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

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
```