Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 522 Bytes

File metadata and controls

27 lines (19 loc) · 522 Bytes

Contributing

Prerequisites

Setup

git clone https://github.com/PredicateLabs/predicate-contracts
cd predicate-contracts
git submodule update --init --recursive

Commands

forge build      # Compile contracts
forge test       # Run tests
forge fmt        # Format code

Pull Requests

  • Ensure all tests pass (forge test)
  • Format code before committing (forge fmt)
  • Keep changes focused and well-documented