• Posts
  • Categories

Nonce Management and CREATE2 in ERC-4337 Smart Wallets

Understanding the dual nonce system in ERC-4337 smart wallets, the differences between CREATE and CREATE2 for contract deployment, and the pitfalls encountered with EIP-7702 delegation.

8 minute read

Flexible Access Control in smart contracts (CMTAT)

This article describes how CMTAT implements flexible access control by separating business logic from authorization policy, allowing deployments to choose between RBAC, ownership, OpenZeppelin AccessManager, or custom policies.

13 minute read