sdk_storage/README.md
2025-08-26 10:13:06 +02:00

23 lines
403 B
Markdown

# sdk_storage
Voir la documentation détaillée dans `docs/`.
## Démarrage rapide
- Construire: `cargo build`
- Lancer: `cargo run -- --permanent` (clé sans TTL = permanente)
- Tester: `cargo test`
## API
- POST `/store` { key(hex64), value(hex), ttl? (s) }
- GET `/retrieve/:key`
## Contribution
Voir `CONTRIBUTING.md`, `CODE_OF_CONDUCT.md`, `SECURITY.md`.
## Licence
Voir `LICENSE` (MIT).