altcha_lib 0.3.0
altcha_lib: ^0.3.0 copied to clipboard
Server-side Dart library for the ALTCHA Proof-of-Work v2 challenge system. Create, solve, and verify challenges using PBKDF2, SHA, Scrypt, or Argon2id.
ALTCHA Example #
A minimal HTTP server demonstrating ALTCHA PoW v2 integration.
Endpoints #
| Method | Path | Description |
|---|---|---|
GET |
/challenge |
Issues a new signed PoW challenge |
POST |
/submit |
Validates a form submission containing an ALTCHA payload |
Run #
dart run example/http_server.dart
The server listens on http://localhost:3000.