-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Altug Tatlisu edited this page Dec 6, 2025
·
1 revision
- Docker 24.0+ and Docker Compose 2.0+
- 4GB RAM minimum
- 10GB disk space
git clone https://github.com/ChronoCoders/ecash-protocol.git
cd ecash-protocol
docker-compose up -d# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Clone and build
git clone https://github.com/ChronoCoders/ecash-protocol.git
cd ecash-protocol
cargo build --releasecurl http://localhost:8080/healthExpected response:
{
"status": "running",
"database": "ok",
"redis": "ok"
}curl http://localhost:8080/api/v1/keyscargo run --release -p demo-wallet- Read API Reference for endpoint details
- See Protocol Specification for technical details
- Review Security Model for cryptographic guarantees