Getting Started

Prerequisites

zkpy depends on Circom and snarkjs

Installing Circom

Installation instructions for Circom can be found here.

You can test that installation was successful by running:

circom --help

Installing snarkjs

Installation instructions for snarkjs can be found here.

You can test that installation was successful by running:

snarkjs --help

Installation

The recommended way to install zkpy is through pip:

pip install zkpy