synor/apps/cli/src
Gulshan Yadav 97f42cb990 feat: add CLI commands, WebSocket channels, and API versioning
- Add CLI commands for DEX, IBC, ZK, and Compiler services
  - DEX: markets, orderbook, orders, liquidity pools
  - IBC: chains, transfers, packets, relayers
  - ZK: circuit compilation, proof generation (Groth16/PLONK/STARK)
  - Compiler: WASM compilation, ABI extraction, security scan

- Add WebSocket module for real-time event streaming
  - Block, transaction, address, contract event channels
  - Market and mining event streams
  - Subscription management with broadcast channels

- Implement API versioning strategy
  - URL path, header, and query parameter versioning
  - Version registry with deprecation support
  - Deprecation and sunset headers
2026-01-28 15:31:57 +05:30
..
commands feat: add CLI commands, WebSocket channels, and API versioning 2026-01-28 15:31:57 +05:30
client.rs style: format all Rust code with cargo fmt 2026-01-08 05:22:24 +05:30
config.rs Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
main.rs feat: add CLI commands, WebSocket channels, and API versioning 2026-01-28 15:31:57 +05:30
output.rs Initial commit: Synor blockchain monorepo 2026-01-08 05:22:17 +05:30
wallet.rs fix: resolve all clippy warnings for CI 2026-01-08 05:58:22 +05:30