Monorepo for the Miso platform-layer TypeScript SDKs.
| Package | Description |
|---|---|
packages/platform |
@misofm/platform — the complete client SDK for the Miso platform layer: catalog/artist/wallet reads, record production and sale, and Vault custody/Actions/plugins. |
packages/protocol |
@misofm/protocol — typed bindings, queries, event decoders, and PTB builders for the Miso protocol and Party package set. |
packages/streaming |
@misofm/streaming — the miso-hls/v1 streaming transcode contract (ladder, segment policy, Quilt item naming) plus a browser player entry point. |
packages/transcoding |
@misofm/transcoding — deterministic AAC-LC fMP4 HLS transcoder that produces and verifies the miso-hls/v1 layout. Node only, FFmpeg required. |
This root package.json is private; each package under packages/* is
published independently. See each package's own README for install
instructions and API surface.
This is a Bun workspace.
bun install
bun run typecheck # across all packages
bun run test # across all packages
bun run build # across all packagesApache-2.0 — see LICENSE.