- Add Prometheus metrics for marketplace API throughput and error rates with new dashboard panels - Implement confidential transaction models with encryption support and access control - Add key management system with registration, rotation, and audit logging - Create services and registry routers for service discovery and management - Integrate ZK proof generation for privacy-preserving receipts - Add metrics instru
46 lines
1.9 KiB
Markdown
46 lines
1.9 KiB
Markdown
# AITBC Reference Documentation
|
|
|
|
Welcome to the AITBC reference documentation. This section contains technical specifications, architecture details, and historical documentation.
|
|
|
|
## Architecture & Design
|
|
|
|
- [Architecture Overview](architecture/) - System architecture documentation
|
|
- [Cross-Chain Settlement](architecture/cross-chain-settlement-design.md) - Cross-chain settlement design
|
|
- [Python SDK Transport](architecture/python-sdk-transport-design.md) - Transport abstraction design
|
|
|
|
## Bootstrap Specifications
|
|
|
|
- [Bootstrap Directory](bootstrap/dirs.md) - Original directory structure
|
|
- [Technical Plan](bootstrap/aitbc_tech_plan.md) - Original technical specification
|
|
- [Component Specs](bootstrap/) - Individual component specifications
|
|
|
|
## Cryptography & Privacy
|
|
|
|
- [ZK Receipt Attestation](zk-receipt-attestation.md) - Zero-knowledge proof implementation
|
|
- [ZK Implementation Summary](zk-implementation-summary.md) - ZK implementation overview
|
|
- [ZK Technology Comparison](zk-technology-comparison.md) - ZK technology comparison
|
|
- [Confidential Transactions](confidential-transactions.md) - Confidential transaction implementation
|
|
- [Confidential Implementation Summary](confidential-implementation-summary.md) - Implementation summary
|
|
- [Threat Modeling](threat-modeling.md) - Security threat modeling
|
|
|
|
## Enterprise Features
|
|
|
|
- [Enterprise SLA](enterprise-sla.md) - Service level agreements
|
|
- [Multi-tenancy](multi-tenancy.md) - Multi-tenant infrastructure
|
|
- [HSM Integration](hsm-integration.md) - Hardware security module integration
|
|
|
|
## Project Documentation
|
|
|
|
- [Roadmap](roadmap.md) - Development roadmap
|
|
- [Completed Tasks](done.md) - List of completed features
|
|
- [Beta Release Plan](beta-release-plan.md) - Beta release planning
|
|
|
|
## Historical
|
|
|
|
- [Component Documentation](../coordinator_api.md) - Historical component docs
|
|
- [Bootstrap Archive](bootstrap/) - Original bootstrap documentation
|
|
|
|
## Glossary
|
|
|
|
- [Terms](glossary.md) - AITBC terminology and definitions
|