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.
- Live workbench: https://lambdasistemi.github.io/cardano-swiss-knife/
- Manual (the Docs tab): https://lambdasistemi.github.io/cardano-swiss-knife/manual
- Engine: https://github.com/lambdasistemi/cardano-ledger-inspector
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.