@ihsm/core
v0.1.25
Published
Scoped entry point for ihsm — production runtime and ihsm/testing subpath
Downloads
21
Readme
@ihsm/core
Scoped npm entry point for ihsm. Same runtime, same ihsm/testing subpath — use whichever import style fits your monorepo.
npm install @ihsm/coreimport { makeHsm, TopState } from '@ihsm/core';
import { makeTestActor, TestPort } from '@ihsm/core/testing';Implementation lives in the ihsm package (packages/ihsm). This package re-exports it and pins the same semver.
