synor/apps
Gulshan Yadav 8b152a5a23 feat(tooling): add Phase 14 M4 - Developer Tooling
Adds formal verification DSL, multi-sig contract, and Hardhat plugin:

synor-verifier crate:
- Verification DSL for contract invariants and properties
- SMT solver integration (Z3 backend optional)
- Symbolic execution engine for path exploration
- Automatic vulnerability detection (reentrancy, overflow, etc.)
- 29 tests passing

contracts/multi-sig:
- M-of-N multi-signature wallet contract
- Transaction proposals with timelock
- Owner management (add/remove)
- Emergency pause functionality
- Native token and contract call support

apps/hardhat-plugin (@synor/hardhat-plugin):
- Network configuration for mainnet/testnet/devnet
- Contract deployment with gas estimation
- Contract verification on explorer
- WASM compilation support
- TypeScript type generation
- Testing utilities (fork, impersonate, time manipulation)
- Synor-specific RPC methods (quantum status, shard info, DAG)
2026-01-19 20:55:56 +05:30
..
api-gateway feat(api): add public API gateway with rate limiting 2026-01-10 06:19:08 +05:30
cli feat(cli): add deploy command for Synor Hosting 2026-01-10 12:59:35 +05:30
desktop-wallet feat(wallet): add OS keychain integration with biometric unlock 2026-01-11 17:31:21 +05:30
explorer feat: Phase 7 critical tasks - security, formal verification, WASM crypto 2026-01-10 01:40:03 +05:30
explorer-web feat: add synor.cc landing page and zero-cost deployment plan 2026-01-10 09:26:21 +05:30
faucet feat: Phase 7 production readiness improvements 2026-01-08 07:21:14 +05:30
hardhat-plugin feat(tooling): add Phase 14 M4 - Developer Tooling 2026-01-19 20:55:56 +05:30
synord feat: Phase 7 critical tasks - security, formal verification, WASM crypto 2026-01-10 01:40:03 +05:30
web feat(web-wallet): add multi-language support (i18n) 2026-01-10 06:12:10 +05:30
website feat: add synor.cc landing page and zero-cost deployment plan 2026-01-10 09:26:21 +05:30