x-agent-cli
v0.1.0
Published
Internal CLI tool
Readme
@komlock-lab/acli
Internal CLI tool for wallet operations and service discovery.
Installation
# Run with npx (no installation required)
npx @komlock-lab/acli@latest --help
# Or install globally
npm install -g @komlock-lab/acli@latestBasic Usage
# Wallet operations
acli wallet create --name my-wallet
acli balance --name my-wallet
acli send --name my-wallet --to 0x... --amount 0.1
# Service discovery
acli bazaar list
acli bazaar search --query "weather"Documentation
For detailed documentation, see the GitHub repository.
Requirements
- Node.js 20 or higher
License
MIT
