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-05-03 09:41:30 +02:00
2026-05-04 09:09:38 +02:00
2026-04-30 10:34:11 +02:00
2026-05-02 16:26:21 +02:00
2026-05-02 16:23:28 +02:00
2026-04-30 10:47:50 +02:00
2026-04-25 08:24:34 +02:00
2026-05-04 12:37:03 +02:00
2026-04-30 08:36:55 +02:00
2026-05-03 23:30:57 +02:00
2026-04-30 11:57:09 +02:00
2026-05-04 09:37:00 +02:00
2026-04-30 08:36:55 +02:00
2026-04-30 08:36:55 +02:00
2026-04-30 08:36:55 +02:00
2026-05-02 16:17:15 +02:00
2026-05-02 16:17:15 +02:00
2026-04-30 08:33:18 +02:00
2026-05-02 16:17:15 +02:00
2026-05-02 14:38:19 +02:00
2026-04-25 07:23:45 +02:00
2026-05-02 16:23:28 +02:00
2026-04-30 08:36:55 +02:00
2026-05-02 16:23:28 +02:00
2026-04-30 08:36:55 +02:00
2026-04-30 08:36:55 +02:00
2026-04-30 08:36:55 +02:00
2026-04-30 08:36:55 +02:00
2026-05-02 16:23:28 +02:00
2026-04-30 10:47:50 +02:00
2026-04-25 07:46:44 +02:00
2026-04-30 08:36:55 +02:00
2026-05-02 16:17:15 +02:00
2026-05-02 14:55:21 +02:00
2026-04-30 10:59:16 +02:00
2026-03-08 11:26:18 +01:00