docs: update ecosystem milestone progress after Dilithium3 WASM completion

This commit is contained in:
Gulshan Yadav 2026-01-10 05:35:13 +05:30
parent 3041c6d654
commit e0475176c5

View file

@ -24,15 +24,17 @@ Develop ecosystem applications including wallet applications, block explorer fro
- [x] Transaction building/signing - [x] Transaction building/signing
- [x] JSON-RPC client - [x] JSON-RPC client
- [x] Zustand state management - [x] Zustand state management
- [ ] Dilithium3 WASM module - [x] Dilithium3 WASM module (deterministic keygen from seed)
- [x] Hybrid signature support (Ed25519 + Dilithium3)
- [ ] QR code generation - [ ] QR code generation
- [ ] Hardware wallet support - [ ] Hardware wallet support
- [ ] Multi-language support - [ ] Multi-language support
**Files:** **Files:**
- `apps/web/` (Complete foundation) - `apps/web/` (Complete foundation)
- `crates/synor-crypto-wasm/` (WASM crypto module)
**Status:** 70% Complete **Status:** 85% Complete
**Validation:** **Validation:**
```bash ```bash
@ -199,7 +201,7 @@ mdbook build docs/
| Component | Progress | Status | | Component | Progress | Status |
|-----------|----------|--------| |-----------|----------|--------|
| Web Wallet | 70% | Foundation complete, needs Dilithium3 WASM | | Web Wallet | 85% | Dilithium3 WASM + hybrid signatures complete |
| Desktop Wallet | 80% | Tauri + security implemented | | Desktop Wallet | 80% | Tauri + security implemented |
| Mobile Wallet | 0% | Planned (Flutter) | | Mobile Wallet | 0% | Planned (Flutter) |
| Explorer Frontend | 90% | Home, Blocks, TX, Address, DAG, Network, Gas pages complete | | Explorer Frontend | 90% | Home, Blocks, TX, Address, DAG, Network, Gas pages complete |
@ -213,10 +215,10 @@ mdbook build docs/
## Next Steps ## Next Steps
1. **Immediate:** Complete web wallet Dilithium3 WASM 1. **Immediate:** QR code generation for web wallet
2. **Short-term:** Mobile wallet (Flutter) 2. **Short-term:** Mobile wallet (Flutter)
3. **Medium-term:** synor.cc website 3. **Medium-term:** synor.cc website, API providers
4. **Long-term:** Exchange listings and API providers 4. **Long-term:** Exchange listings and hardware wallet support
--- ---