ITADN
lambdasistemi/cardano-swiss-knife
lambdasistemi/cardano-swiss-knife · 文件
文件最后提交记录最后更新时间
README.md

cardano-swiss-knife

Browser-first Cardano Swiss Knife. Address inspection, mnemonic and derivation flows, payload signing, transaction inspection, and signed transaction witness attachment in one static web workbench.

The manual is the documentation — start there. Its Developer section covers local setup, CI, and releasing.

Operator manual

  • docs/installation.md — npm and Nix install paths
  • docs/reference/capabilities.md — every capability in release/capabilities.json
  • docs/reference/engines.md — every engine pin in release/engines.json
  • docs/troubleshooting.md — typed engine failures and no-fallback policy
  • docs/user/usage.md — CLI, Node API, stable outputs
  • docs/user/vault.md — portable vault migration and credentials
  • docs/user/versions.md — version and checksum verification
  • docs/architecture/system.md — host/engine boundary hazards
  • docs/dev/releasing.md — release-please and publish path

node/test/api-properties.test.mjs is the executable contract for all current 25 public Node exports. Transaction submission from issue #77 is not currently exported; extend this property coverage when it lands.

Provider, browser-host, and engine responsibilities — including artifact pins, explicit failure behavior, and the provider-extension procedure — are defined in the system architecture boundary.