@mypassword/shared-core

v0.1.0

Published

Cross-platform shared core contracts and adapters for MyPassword

Readme

@mypassword/shared-core

Cross-platform shared contracts and adapters for MyPassword desktop, extension, and mobile runtimes.

Development

npm install
npm run typecheck
npm run build

Package Exports

  • @mypassword/shared-core
  • @mypassword/shared-core/adapters

Notes

  • Runtime-specific providers (extension storage, mobile keystore, etc.) should be injected via adapter factory helpers.
  • Example bootstrap templates are under examples/extension and examples/mobile.