Skip to content

Hypernate Documentation

Hypernate is an entity framework for Hyperledger Fabric that brings ORM-like convenience to chaincode development.

What Hypernate Is

Hypernate provides object-oriented CRUD operations, declarative entity key configuration, and an extensible middleware chain for Fabric chaincode development.

Why It Exists

Fabric is powerful, but many projects repeat the same low-level key-value boilerplate code. Hypernate exists to reduce that repetition and keep business logic clear and focused.

Key Features

  • Object-oriented CRUD operations with explicit behavior.
  • Flexible key declarations with annotations.
  • Middleware chain support for logging, caching, and similar cross-cutting concerns.

Start Here

Guides