Unirep / zketh

Do things with ethereum addresses in zk

Home Page:https://zketh.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Do things with ethereum addresses in zk

https://zketh.io


Languages

Language:JavaScript 88.3%Language:Solidity 6.4%Language:CSS 2.0%Language:Shell 2.0%Language:HTML 1.1%Language:Dockerfile 0.2%