git clone https://github.com/PredicateLabs/predicate-contracts
cd predicate-contracts
git submodule update --init --recursiveforge build # Compile contracts
forge test # Run tests
forge fmt # Format code- Ensure all tests pass (
forge test) - Format code before committing (
forge fmt) - Keep changes focused and well-documented