Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 79 additions & 0 deletions submissions/infrastructure/eyerematthew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
# Submission: Proof Receipt Verifier

## Verification
```yaml
github_username: "eyerematthew"
discord_id: "1351811717042016358"
timestamp: "2025-10-17"
```

## Developer
- **Name**: Eyere Matthew
- **GitHub**: @eyerematthew
- **Discord**: Cryptomaster869#0000
- **Experience**: Developer and Currently contributing to decentralized AI and ZK infrastructure projects.

## Project

### Name & Category
- **Project**: Proof Receipt Verifier
- **Category**: Infrastructure

### Description
This vApp automates proof generation, submission, and verification using the Soundness CLI. It stores each verification result as a structured JSON receipt, capturing proof ID, blob ID, verification status, and execution time.
The tool helps Soundness Labs and other developers analyze proof generation metrics and optimize verification performance across the network.

### SL Integration
. Uses the Soundness CLI to interact directly with the Soundness Layer for proof generation and validation.

. Verifies proof authenticity using proof status calls.

. Demonstrates core SL features like cross-proof verification, proof receipt storage, and developer automation.

## Technical

### Architecture
A lightweight Node.js CLI wrapper automating Soundn
1. Generates a proof (proof generate)
2. Submits proof to SL (proof submit)
3. Polls verification status (proof status)
4. Saves structured JSON receipts locally for auditing.

### Stack
- **Frontend**: React
- **Backend**: Node.js
- **Blockchain**: Soundness Layer (CLI interface)
- **Storage**: Local JSON (extendable to Walrus or IPFS later)

### Features
1. Automated proof → submission → verification workflow
2. Local receipt logging (proof IDs, blob IDs, timings)
3. Watch mode for real-time proof monitoring

## Timeline

### PoC (2-4 weeks)
- [ ] Working CLI automation
- [ ] Receipt generation
- [ ] SL integration via CLI commands

### MVP (4-8 weeks)
- [ ] Add dashboard or visual log explorer
- [ ] Connect to Walrus/IPFS for decentralized receipt storage
- [ ] Publish developer metrics API

## Innovation
The Proof Receipt Verifier introduces an auditable proof-tracking system that makes ZK verification transparent and measurable.
It bridges developers, data analysts, and Soundness Labs with real metrics from live testnet activity — a key step toward reliable ZK analytics infrastructure.

## Contact
Preferred Contact: Discord DM

Updates Shared On: GitHub & Soundness Dev Playgroundupdates.


**Checklist before submitting:**
- [ ] All fields completed
- [ ] GitHub username matches PR author
- [ ] SL integration explained
- [ ] Timeline is realistic