Coding Standards
This guide outlines the coding standards and best practices for developing smart contracts in the Meta Contract project. Adhering to these standards ensures consistency, readability, and maintainability across the codebase.
Contract Verification
This guide outlines the process of verifying Meta Contract contracts.
Deployment
This guide outlines the best practices and strategies for deploying Meta Contract projects to various blockchain networks using Foundry.
Test Strategy
This document outlines the comprehensive test strategy for the Meta Contract smart contracts. It provides guidelines for writing and maintaining tests, ensuring code quality, and optimizing gas usage.
Test-Driven Development
This guide outlines our approach to Test-Driven Development (TDD) and implementation in Meta Contract projects, leveraging Foundry as our testing framework and incorporating AI assistance throughout the process.
Upgrades
This guide outlines the upgrade mechanisms available in Meta Contract and how to safely implement contract upgrades using Foundry.