### Build MEE Contracts with Forge Source: https://github.com/bcnmy/mee-contracts/blob/main/README.md Executes the build process for MEE Contracts using the `forge build` command. This command compiles the Solidity smart contracts and prepares them for deployment or testing. ```shell $ forge build ``` -------------------------------- ### Test MEE Contracts with Forge Source: https://github.com/bcnmy/mee-contracts/blob/main/README.md Runs tests for MEE Contracts using the `forge test --isolate` command. The `--isolate` flag ensures that each test runs in its own environment, preventing interference between tests. ```shell $ forge test --isolate ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.