synor/apps/synord/src
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
..
services style: apply cargo fmt formatting 2026-01-08 06:23:23 +05:30
cli.rs style: format all Rust code with cargo fmt 2026-01-08 05:22:24 +05:30
config.rs feat: Phase 7 production readiness improvements 2026-01-08 07:21:14 +05:30
lib.rs Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
main.rs fix: resolve all clippy warnings for CI 2026-01-08 05:58:22 +05:30
node.rs style: format all Rust code with cargo fmt 2026-01-08 05:22:24 +05:30