Skip to main content

Try it Live

Run Hardfork examples in the interactive playground

    Operator-Style API

    gte mimics the >= operator for clearer code:

    Usage Patterns

    Feature Gating

    Network Configuration

    Chronological Ordering

    Uses chronological deployment order:

    Performance

    Time Complexity: O(1) - Array index comparison Typical Time: ~10-20ns per call

    See Also

    • isAtLeast - Semantic equivalent
    • gt - Strictly greater than
    • lte - Less than or equal