Packages
Phoenix FLAME overlay for Iroh and Zenoh. Launch Zeiroh, or cluster via IngotCluster / Dusk. Crucible boots machines.
Current section
Files
Jump to
Current section
Files
CONTRIBUTING.md
# Contributing
## Setup
Elixir **1.17+**, OTP **27+**. No Zig NIF in this package.
```bash
mix deps.get
mix test
mix docs
```
Optional siblings (path deps when checked out next to this repo): `ingot_cluster`, `dusk`, `gale`, `crucible`.
## Scope
* `Zeiroh.FLAME.Iroh` / `Zenoh` / `Backend` — Phoenix FLAME backends
* Cluster launch that can stand alone or delegate to IngotCluster / Dusk
* Docs: EVAL.md, SCALING.md
Native Iroh/Zenoh NIFs live in IngotCluster and Dusk. Machine boot lives in Crucible.
## Hex
Maintainers: `mix hex.publish` from a clean `main` after `CHANGELOG.md` is
updated. See `PUBLISH.md`. Path deps are omitted when `HEX_PUBLISH=1`.