@line-stack/cli
v0.1.1
Published
Line Stack CLI — Vaultline & Queryline on Story CDR
Maintainers
Readme
@line-stack/cli
Terminal interface for Vaultline and Queryline on Story Aeneid (CDR).
Install
npm install -g @line-stack/cliConfigure
Create ~/.linestack/.env (recommended, restrict permissions on Unix):
WALLET_PRIVATE_KEY=0x...
STORY_RPC_URL=https://aeneid.storyrpc.io
IPFS_PROXY_URL=http://your-host:8787
IPFS_PROXY_SECRET=your-secretOr use ./.env.local in your project, or LINESTACK_ENV_FILE=/path/to/.env.
Usage
linestack status
linestack vaultline create-vault --name demo
linestack queryline create-dataset --name patients- CLI reference: docs/SDK-CLI-MCP.md
- All agents (Cursor, Claude, ChatGPT, Gemini): docs/AGENT-INTEGRATIONS.md
Security
Secrets stay on your machine. See SECURITY.md.
