Files
aitbc/docs/apps/blockchain
aitbc f98cf66949
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
Documentation Validation / validate-docs (push) Failing after 9s
Documentation Validation / validate-policies-strict (push) Successful in 3s
docs: update documentation for completed placeholder implementations
- Update plan file to mark all implementations as completed
- Update blockchain-node.md to document HMAC-SHA256 MAC computation in keystore
- Add Agent Integration Service section to coordinator-api.md documenting:
  - Systemd-based deployment
  - Health checks with systemd + HTTP monitoring
  - Instance lifecycle management (deployment, removal, rollback)
  - Metrics collection with database fallback
  - Configurable alerting rules
2026-05-03 23:34:42 +02:00
..

Blockchain Applications

Core blockchain infrastructure for AITBC.

Applications

Features

  • PoA consensus with single proposer
  • Transaction processing (TRANSFER, RECEIPT_CLAIM, MESSAGE, GPU_MARKETPLACE, EXCHANGE)
  • Gossip-based peer-to-peer networking
  • RESTful RPC API
  • Prometheus metrics
  • Multi-chain support

Quick Start

See individual application documentation for setup instructions.