What problem does it solve?
Developing Holochain hApps can be complex, requiring specific environment setups, zome development patterns, and multi-agent testing. This skill automates and standardizes these processes, reducing setup time and ensuring robust, production-ready applications.
Core Features & Use Cases
- Automated Environment Setup: Installs Nix, Rust, Bun, and Holochain toolchain with a single command.
- Zome Development Templates: Provides integrity and coordinator zome templates with built-in validation patterns.
- Tryorama Testing: Implements multi-agent testing scenarios for reliable and secure hApps.
- Use Case: A new development team needs to quickly set up a complete Holochain environment and begin building a new hApp. This skill automates the entire setup, provides templates to accelerate zome creation, and integrates testing infrastructure.
Quick Start
Run the automated setup script
./skills/holochain-development/scripts/setup-holochain-dev.sh
This installs:
- Nix package manager
- Rust toolchain for WebAssembly compilation
- Bun package manager
- Holochain CLI tools
- hREA framework DNA