- 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
1.5 KiB
1.5 KiB
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 → 🚀 Deployment → You are here
breadcrumb: Home → Deployment → Overview
🎯 See Also:
- 🏗️ Infrastructure Documentation - Runtime and ops guidance
- 📋 Project Documentation - Project-level context
- 📈 Release Notes - Versioned rollout history
- 📚 Documentation Home - Main entry point
📦 Contents
- SETUP_PRODUCTION.md - Production deployment setup and operational checklist
- 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.mdfor the production workflow. - Cross-check
../infrastructure/README.mdfor runtime structure. - Review
../releases/README.mdbefore promoting changes.
Last updated: 2026-04-27
Version: 1.0
Status: Deployment entry point