Skip to content

Unirep/zketh

Repository files navigation

zketh

A monorepo containing solidity contracts, javascript relay, javascript webapp

1. Installing

Once you have cloned run the following commands

yarn
yarn circuits build
yarn relay keys

1.1 Start a node

yarn contracts hardhat node

1.2 Deploy smart contracts

in new terminal window, from root:

yarn contracts deploy

1.3 Start a relayer (backend)

yarn relay start

1.4 Start a frontend

in new terminal window, from root:

yarn frontend start

It will be running at: http://localhost:3000/