mycelium-node
v0.0.1
Published
Node composition configuration primitives for JavaScript
Downloads
206
Maintainers
Readme
mycelium-node
Typed node-composition configuration primitives for JavaScript.
Version 0.0.1 connects runtime, cryptographic-policy, and Hypha configuration
while native bindings are being developed. It does not start network services.
import { HyphaProfile } from "mycelium-hypha";
import { NodeProfile } from "mycelium-node";
const profile = new NodeProfile({
runtime: "standalone",
hypha: new HyphaProfile({ network: "mesh" }),
});