Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 309 Bytes

File metadata and controls

17 lines (12 loc) · 309 Bytes

contracts

Optional Solidity contracts for agent settlement and reputation decay. Track 2 submission if time permits.

Build

just build  # Compile contracts
just test   # Run Forge tests

Structure

  • src/ — Solidity contracts
  • test/ — Forge tests
  • script/ — Deploy scripts