synor/docs
Gulshan Yadav f5bdef2691 feat(storage): add Synor Storage L2 decentralized storage layer
Complete implementation of the Synor Storage Layer (L2) for decentralized
content storage. This enables permanent, censorship-resistant storage of
any file type including Next.js apps, Flutter apps, and arbitrary data.

Core modules:
- cid.rs: Content addressing with Blake3/SHA256 hashing (synor1... format)
- chunker.rs: File chunking for parallel upload/download (1MB chunks)
- erasure.rs: Reed-Solomon erasure coding (10+4 shards) for fault tolerance
- proof.rs: Storage proofs with Merkle trees for verification
- deal.rs: Storage deals and market economics (3 pricing tiers)

Infrastructure:
- node/: Storage node service with P2P networking and local storage
- gateway/: HTTP gateway for browser access with LRU caching
- Docker deployment with nginx load balancer

Architecture:
- Operates as L2 alongside Synor L1 blockchain
- Storage proofs verified on-chain for reward distribution
- Can lose 4 shards per chunk and still recover data
- Gateway URLs: /synor1<cid> for content access

All 28 unit tests passing.
2026-01-10 11:42:03 +05:30
..
PLAN feat: add synor.cc landing page and zero-cost deployment plan 2026-01-10 09:26:21 +05:30
tutorials docs: add developer tutorial series 2026-01-10 06:24:51 +05:30
ARCHITECTURE_STORAGE.md feat(storage): add Synor Storage L2 decentralized storage layer 2026-01-10 11:42:03 +05:30
BUG_BOUNTY.md feat: Phase 7 critical tasks - security, formal verification, WASM crypto 2026-01-10 01:40:03 +05:30
DEPLOYMENT.md feat: Phase 7 production readiness improvements 2026-01-08 07:21:14 +05:30
DEPLOYMENT_PLAN.md feat: add synor.cc landing page and zero-cost deployment plan 2026-01-10 09:26:21 +05:30
DEVELOPER_GUIDE.md Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
EXCHANGE_INTEGRATION.md docs: add comprehensive exchange integration guide 2026-01-10 06:20:35 +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