Skip to content
Altug Tatlisu edited this page Dec 6, 2025 · 1 revision

eCash Protocol Wiki

Welcome to the eCash Protocol documentation. This wiki provides comprehensive guides for developers, operators, and researchers.

Quick Links

Overview

eCash Protocol is a production-grade implementation of David Chaum's blind signature protocol for anonymous digital cash. The system provides cryptographic unlinkability between withdrawal and spending while preventing double-spending through atomic database operations.

Key Components:

  • ecash-core - Cryptographic library (RSA-3072 blind signatures)
  • ecash-server - REST API backend (Axum + PostgreSQL + Redis)
  • ecash-client - SDK for wallet integration

Architecture

Client → Nginx → API Server → PostgreSQL (audit)
                           └→ Redis (cache)

Resources

Clone this wiki locally