Files
aitbc/docs/deployment
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
..

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🚀 DeploymentYou are here

breadcrumb: Home → Deployment → Overview


🎯 See Also:


📦 Contents


🧱 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