Requirements
GLAM CLI requires Node.js version 20.20.0 or higher.
- Node.js >= 20.20.0
- A Solana wallet keypair file
- Access to a Solana RPC endpoint (e.g., Helius, QuickNode, or public RPC)
Install GLAM CLI
Choose your preferred package manager to install GLAM CLI globally:1.0.11 or higher.
Verify Installation
Test that the CLI is accessible:Next Steps
Quick Start
Set up your configuration and create your first vault
Troubleshooting
Node version error
Node version error
If you see an error about Node.js version, check your version:You need Node.js 20.20.0 or higher. Update Node.js using nvm or download from nodejs.org.
Command not found
Command not found
If
glam-cli command is not found after installation:- Ensure the global npm/pnpm/yarn bin directory is in your PATH
- Try running with npx:
npx @glamsystems/glam-cli --version - For npm, check your global install location:
npm config get prefix