Synor Blockchain — Quantum-secure decentralized cloud computing platform
Find a file
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
.github fix(ci): correct rust-toolchain action name 2026-01-08 05:22:18 +05:30
apps feat: Phase 7 production readiness improvements 2026-01-08 07:21:14 +05:30
contracts Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
crates feat: Phase 7 production readiness improvements 2026-01-08 07:21:14 +05:30
docs feat: Phase 7 production readiness improvements 2026-01-08 07:21:14 +05:30
scripts Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
.gitignore chore: add .vite to gitignore 2026-01-08 05:22:24 +05:30
Cargo.toml Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
docker-compose.testnet.yml Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
Dockerfile Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
Dockerfile.explorer Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
Dockerfile.faucet Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30