Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

semaphore-protocol/benchmarks

Repository files navigation

Important

This Semaphore Benchmarks application was moved to the Semaphore Extensions repo inside the apps folder. You can find it here.

Semaphore Benchmarks

Github license GitHub Workflow test Code style prettier Repository top language

This repository currently contains a simple web app to allow people to generate a Semaphore proof and measure the running time.

🛠 Install

Clone this repository:

git clone https://github.com/semaphore-protocol/benchmarks.git

And install the dependencies:

cd benchmarks && yarn

📜 Usage

Start

To start the web app in a local server, run:

yarn dev

Build

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.