Files
aitbc/docs/deployment/README.md
aitbc 87e524e42c feat: enhance smart contract testing and deployment
- Add comprehensive test files for core contracts (ContractRegistry, TreasuryManager, AgentMarketplaceV2, EscrowService, DynamicPricing)
- Add Foundry fuzz tests for ContractRegistry, TreasuryManager, and AgentMarketplaceV2
- Add deployment automation scripts (deploy-automation.js, verify-deployment.js, monitor-contracts.js)
- Fix Hardhat/toolbox version compatibility in package.json
- Update smart-contract-tests.yml workflow to include deployment job
2026-04-29 10:44:40 +02:00

53 lines
1.5 KiB
Markdown

# Deployment Documentation
**Level**: Intermediate
**Prerequisites**: Basic familiarity with AITBC services and environments
**Estimated Time**: 20-40 minutes
**Last Updated**: 2026-04-27
**Version**: 1.0
## 🧭 **Navigation Path:**
**🏠 [Documentation Home](../README.md)** → **🚀 Deployment** → *You are here*
**breadcrumb**: Home → Deployment → Overview
---
## 🎯 **See Also:**
- **🏗️ [Infrastructure Documentation](../infrastructure/README.md)** - Runtime and ops guidance
- **📋 [Project Documentation](../project/README.md)** - Project-level context
- **📈 [Release Notes](../releases/README.md)** - Versioned rollout history
- **📚 [Documentation Home](../README.md)** - Main entry point
---
## 📦 **Contents**
- **[SETUP_PRODUCTION.md](SETUP_PRODUCTION.md)** - Production deployment setup and operational checklist
- **[SMART_CONTRACT_DEPLOYMENT.md](SMART_CONTRACT_DEPLOYMENT.md)** - Smart contract deployment guide for testnet and mainnet
---
## 🧱 **Purpose**
Use this directory for deployment-oriented documentation such as:
- production setup and rollout steps
- environment preparation and verification
- deployment-safe operational checklists
- release-adjacent instructions for operators
---
## 🚀 **Next Steps**
- Start with `SETUP_PRODUCTION.md` for the production workflow.
- Cross-check `../infrastructure/README.md` for runtime structure.
- Review `../releases/README.md` before promoting changes.
---
*Last updated: 2026-04-27*
*Version: 1.0*
*Status: Deployment entry point*