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 1 month ago
JSON representation

Lists

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