Shared TypeScript runtime and package-contract layer for the Igloo hosts.
igloo-shared provides the shared signer core, package handling, rotation helpers, signer settings, bridge-WASM boundary, and observability utilities consumed by the browser hosts.
- Beta.
- shared signer/runtime core and host-neutral contracts
- package and backup helpers used by Igloo hosts
- rotation and adoption helpers used by browser and desktop hosts
- bridge-WASM integration boundary for the browser-facing stack
- app-specific UI and workflow composition
- host lifecycle adapters for Chrome or the web app
- desktop-native host logic
- extension-specific or PWA-specific shell behavior
npm install
npm run test:typecheck
npm run test:browser-wasm-exportsBuild bridge artifacts when needed:
npm run build:browser-wasm