Description
Solidity contracts and tests are scattered in loose files. Migrate to a structured Hardhat project with proper testing, deployment scripts, and Ethers.js integration.
Acceptance Criteria
Technical Scope
- contracts/evm/
- .github/workflows/contracts-evm.yml
- Edge: bytecode verification mismatch, library linking
Description
Solidity contracts and tests are scattered in loose files. Migrate to a structured Hardhat project with proper testing, deployment scripts, and Ethers.js integration.
Acceptance Criteria
Technical Scope