synor/docs
Gulshan Yadav b22c1b89f0 feat: Phase 7 production readiness improvements
- Add SYNOR_BOOTSTRAP_PEERS env var for runtime seed node configuration
- Implement secrets provider abstraction for faucet wallet key security
  (supports file-based secrets in /run/secrets for production)
- Create WASM crypto crate foundation for web wallet (Ed25519, BIP-39)
- Add DEPLOYMENT.md guide for testnet deployment
- Add SECURITY_AUDIT_SCOPE.md for external security audit preparation
- Document seed node deployment process in synor-network

Security improvements:
- Faucet now auto-detects /run/secrets for secure key storage
- CORS already defaults to specific origins (https://faucet.synor.cc)
- Bootstrap peers now configurable at runtime without recompilation
2026-01-08 07:21:14 +05:30
..
PLAN Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
DEPLOYMENT.md feat: Phase 7 production readiness improvements 2026-01-08 07:21:14 +05:30
DEVELOPER_GUIDE.md Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
PLAN.md Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
SECURITY_AUDIT_SCOPE.md feat: Phase 7 production readiness improvements 2026-01-08 07:21:14 +05:30
TESTNET.md Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30