mycelium-hypha
v0.0.1
Published
Hypha networking-engine configuration primitives for JavaScript
Maintainers
Readme
mycelium-hypha
Typed configuration primitives for Hypha, Mycelium's planned networking engine.
Version 0.0.1 provides a small, usable network-profile facade while native
bindings are being developed. It does not start network services.
import { HyphaProfile } from "mycelium-hypha";
const profile = new HyphaProfile({ network: "mesh" });