Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 353 Bytes

File metadata and controls

21 lines (14 loc) · 353 Bytes

快速开始 / Quickstart

环境要求

  • Foundry
  • Solidity 0.8.28,EVM praguevia_ir = true

命令速查 / Commands

# 构建 / build
forge build --sizes

# 测试 / test
forge test -vvv

# 格式化(CI 会 --check)/ format
forge fmt

改动后务必先 forge fmt && forge test