myscelium
v0.0.1
Published
Flagship JavaScript facade for the modular Myscelium platform
Maintainers
Readme
myscelium
Flagship JavaScript facade for the modular Myscelium platform.
Version 0.0.1 re-exports the currently available configuration primitives.
It does not start network services.
import { HyphaProfile, NodeProfile, VERSION } from "myscelium";
const profile = new NodeProfile({
runtime: "standalone",
hypha: new HyphaProfile({ network: "mesh" }),
});
console.log(VERSION, profile);