https://github.com/zksecurity/zkbugs-website
Website for the zkbugs project (https://github.com/zksecurity/zkbugs)
https://github.com/zksecurity/zkbugs-website
Last synced: 5 days ago
JSON representation
Website for the zkbugs project (https://github.com/zksecurity/zkbugs)
- Host: GitHub
- URL: https://github.com/zksecurity/zkbugs-website
- Owner: zksecurity
- Created: 2025-01-29T17:28:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-06-09T06:24:42.000Z (about 1 month ago)
- Last Synced: 2026-06-09T07:26:50.083Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://bugs.zksecurity.xyz/
- Size: 40.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zkbugs website
### Original Repo
[zkbugs](https://github.com/zksecurity/zkbugs)
### 📦 Installation
#### Clone the repository and install dependencies:
```
git clone git@github.com:zksecurity/zkbugs-website.git
cd zkbugs-website
npm install # or yarn install
```
### 🔨 Usage
#### Local Development
##### Start the development server:
`npm run dev # or yarn dev`
#### Build
##### To create a production build:
`npm run build # or yarn build`
#### Preview Production Build
##### Run a local server to preview the built app:
`npm run preview # or yarn preview`
#### Tools Evaluation dataset
The `/tools-evaluation` page is backed by a pre-processed file that summarizes
the latest [zkhydra](https://github.com/zksecurity/zkhydra) run. To regenerate
it from a local zkhydra output directory:
```
python3 scripts/build_tools_evaluation.py /path/to/zkhydra/output/
```
The script writes `public/dataset/tools-evaluation.json` and copies the three
PDF reports into `public/dataset/tools-evaluation/`.