Skip to content

[MVP-2] Arms

Due by February 28, 2025 0% complete

Create a modular aggregation layer capable of combining both BaseChecker and AdvancedChecker contracts using various logical operators (e.g., AND, NOT, XOR). This aggregation layer should integrate seamlessly with the existing Policy (gatekeeper) contracts, allowing developers to construct complex access control policies from independently defined checker…

Create a modular aggregation layer capable of combining both BaseChecker and AdvancedChecker contracts using various logical operators (e.g., AND, NOT, XOR). This aggregation layer should integrate seamlessly with the existing Policy (gatekeeper) contracts, allowing developers to construct complex access control policies from independently defined checker logic. The aggregation contracts will serve as orchestrators, evaluating multiple checkers against user-provided evidence and returning a single boolean result.

Loading