mycelium-net
v0.0.1
Published
Network configuration primitives for JavaScript
Maintainers
Readme
mycelium-net
Typed network configuration primitives for JavaScript.
Version 0.0.1 mirrors protocol and transport defaults while native bindings
are being developed. It does not start network services.
import { NetworkProfile } from "mycelium-net";
const profile = new NetworkProfile({ transport: "in_memory" });