sparkbtcbot-leaf-vault
v0.1.0
Published
Name-reservation stub for a RETIRED sparkbtcbot command. `sparkbtcbot-leaf-vault` was a bin in sparkbtcbot-skill 0.4.x-0.5.x; 0.6.0 replaced it with `sparkbtcbot leaf-vault`. This package exists so a bare `npx sparkbtcbot-leaf-vault` — typed from memory o
Maintainers
Readme
sparkbtcbot-leaf-vault
This is not a wallet tool. It is a name-reservation stub owned by the sparkbtcbot project.
sparkbtcbot-leaf-vault was a command in sparkbtcbot-skill 0.4.x-0.5.x. Version 0.6.0 replaced the five
per-command bins with a single dispatcher, so the command is now:
npm install --ignore-scripts sparkbtcbot-skill
npm exec --no -- sparkbtcbot leaf-vaultWhy this package exists
npx <cmd> resolves whatever you type as an npm package name. If sparkbtcbot-leaf-vault were
unregistered, a bare npx sparkbtcbot-leaf-vault — typed from memory, an old tutorial, or by an AI agent
working from stale training data — would fetch and execute whatever someone else published
under that name. npx only prompts on an interactive terminal; with no TTY it installs and
runs silently. Since that happens at wallet-bootstrap time, the project keeps the retired
names registered. This package prints an error and exits 1.
