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