HAM is a command-line utility and Rust library for managing Holochain applications. It simplifies the process of installing and enabling Holochain apps (.happ files) on a running conductor.
- Nix package manager
- A running Holochain conductor
Clone this repository and build the project:
git clone https://github.com/unytco/ham.git
cd ham
nix develop
cargo build --release
Basic usage:
ham --happ path/to/your/app.happ
# Or install from URL
ham --happ https://example.com/path/to/app.happ
Install with network seed:
ham --happ path/to/your/app.happ --network-seed 1234567890
ham --happ https://example.com/path/to/app.happ --network-seed 1234567890
This project is licensed under the GNU General Public License v3.0 (GPL-3.0). See the LICENSE file for details.