Hyle-org / verifiers-for-hyle

Apache License 2.0
10 stars 9 forks source link

Verifiers for Hylé

This repository contains various programs to verify zero-knowledge proofs within the (Hylé blockchain)[http://github.com/hyle-org/hyle].

Structure:

Building

Rust

Most of these projects use rust, so you'll need rust and cargo installed.

Simply run cargo build --release within the repository to compile everything

Typescript

The noir verifier is a typescript project. We recommend using bun to run it. Installations instructions (here)[https://bun.sh] There's no need to actually build it, but hylé expects bun to be in the path.

Using within Hylé

If you've followed the above instructions, there's nothing left to do. Otherwise, you'll need to setup the environment variables within Hylé to point to your executables.