Skip to content

Latest commit

 

History

History
 
 

README.md

PDF Verification Demo

A Next.js frontend for demonstrating PDF verification and zero-knowledge proof generation.

🚀 Quick Start

# Build WASM module first (requires Rust + wasm-pack)
cd ../pdf-utils/wasm && ./generate_wasm.sh && cd ../../app

# Install dependencies
yarn install

# Start development server
yarn dev

Open http://localhost:3000 to view the demo.

🔧 Features

  • Upload PDF documents
  • Verify digital signatures
  • Generate zero-knowledge proofs
  • Extract text from PDFs
  • Real-time verification results

📋 Requirements

🌐 API Integration

The app connects to the prover server running on port 3001 for PDF verification and proof generation.

📄 License

This project is licensed under the same terms as the parent repository.