Skip to content

ndrwnaguib/zk-auctions

Repository files navigation

ZK-Auction Toolkit

This repository is intended to provide a playground for you to easily start writing a zkVM application using RISC Zero (Risc0).

Installation

Prerequisites

This projects requires Rust, if you don't have Rust and rustup installed, start by installing Rust and rustup. Risc0 mainly depends on the rustup tool.

Installation of rzup

This installation guide if for both x86-64 Linux and arm64 mac0S.

rzup is the Risc0 toolchain installer.

  1. Install rzup by running:
curl -L https://risczero.com/install | bash
  1. Run rzup to install Risc0:
rzup install

Please checkout Ric0 installation docs for more details.

Institution of Devtools (optional - only if you are a contributor)

  • Installing commitlint tools globally via NPM for the pre-commit tool
npm install -g @commitlint/cli @commitlint/config-conventional