• Posts
  • Categories

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

Hypergraph and Hypertree - Overview

A hypergraph is a generalization of a graph where an edge may connect any number of vertices, not just two.

4 minute read