Important
This Semaphore Benchmarks application was moved to the Semaphore Extensions repo inside the apps
folder. You can find it here.
This repository currently contains a simple web app to allow people to generate a Semaphore proof and measure the running time. |
---|
Clone this repository:
git clone https://github.com/semaphore-protocol/benchmarks.git
And install the dependencies:
cd benchmarks && yarn
To start the web app in a local server, run:
yarn dev
To build the web app, run:
yarn build
The build
command generates static content into the build
directory that can be served by any static content hosting service.