talk-data.com talk-data.com

Event

Introducing Hypernate: Data Mapper Framework for Hyperledger Fabric Chaincode

2025-12-10 – 2025-12-10 Meetup Visit website ↗

Activities tracked

3

Meet Hypernate: a fresh, open-source way to write JVM Fabric chaincode with less key-value boilerplate and more joy — think entities + CRUD, declarative/composite keys, safe range queries via value mappers, and a plug-and-play middleware pipeline for logging, tracing, and caching.

Repos

Planned agenda

  • Greetings & why we built Hypernate
  • Feature tour: entities, keys, mappers, middleware
  • Live coding: refactor a basic Fabric contract with Hypernate
  • Run the samples & pro tips
  • Roadmap & contributor Q&A

What you’ll learn

  • How to model entities and do clean CRUD without fuss
  • Smart key design (primary/composite, numeric pitfalls, value mappers)
  • Drop-in middleware (logging, tracing, write-back caching)
  • Using HypernateContract, HypernateContext, and Registry
  • Running the samples locally — and how to jump in with issues/PRs

Who should attend Fabric devs, architects, educators, and everyone interested in smart contracts :)


Sessions & talks

Showing 1–3 of 3 · Newest first

Search within this event →

Feature tour: entities, keys, mappers, middleware

2025-12-10
talk

Overview of Hypernate features, including entities, key design (primary/composite), value mappers, and the plug‑and‑play middleware pipeline for logging, tracing, and caching.

Live coding: refactor a basic Fabric contract with Hypernate

2025-12-10
talk

Live coding session demonstrating how to refactor a basic Fabric contract using Hypernate.

Run the samples & pro tips

2025-12-10
talk

Hands-on run-through of the provided Hypernate samples with practical tips and best practices.