aitbc
b2aa977197
feat: implement contract CLI commands for smart contract operations
- Add contract CLI handlers (list, deploy, call, verify) in cli/handlers/contract.py
- Register contract parser in cli/parsers/contract.py
- Add contract command handlers to unified_cli.py
- Add RPC endpoints for contract operations in blockchain RPC router
- Update Stage 2 training script to use correct contract CLI syntax
- Contract commands now work without warnings in Stage 2 training
Contract operations:
- contract list: List deployed contracts
- contract deploy: Deploy new smart contract (supports zk-verifier type)
- contract call: Call contract method
- contract verify: Verify ZK proof against contract
2026-05-04 12:37:03 +02:00
..
2026-04-23 16:43:17 +02:00
2026-04-25 07:04:57 +02:00
2026-04-28 18:31:59 +02:00
2026-05-04 09:37:00 +02:00
2026-05-04 09:45:39 +02:00
2026-05-04 12:37:03 +02:00
2026-04-30 16:15:05 +02:00
2026-04-23 16:43:17 +02:00
2026-04-23 16:43:17 +02:00
2026-04-25 07:04:57 +02:00
2026-04-28 17:22:13 +02:00
2026-05-04 11:10:40 +02:00