Holochain Development

Installation
SKILL.md

Holochain Development Skill

Patterns for developing Holochain 0.6 hApps with HDI 0.7 integrity zomes and HDK 0.6 coordinator zomes.

Environment

This project uses Nix flakes (flake.nix), not shell.nix:

nix develop                           # Enter dev shell
nix develop --command bun test:unit   # Run unit tests in Nix
bun build:zomes                       # Build Rust zomes
bun build:happ                        # Build complete hApp

Key Reference Files

  • Integrity zome: dnas/requests_and_offers/zomes/integrity/service_types/src/lib.rs
  • Coordinator zome: dnas/requests_and_offers/zomes/coordinator/requests/src/lib.rs
Related skills
Installs
GitHub Stars
12
First Seen