Getting Started
Getting Started with Glitch Gremlin AI
Prerequisites
Solana CLI tools installed
Node.js 14+
A Solana wallet with some $GLITCH tokens
Test Coverage
Our SDK has been thoroughly tested with:
Core SDK functionality (10 tests)
Governance features (4 tests)
Redis worker integration (2 tests)
Installation
SDK Installation
CLI Installation
The CLI requires these environment variables:
SOLANA_CLUSTER
: The Solana cluster to connect to ('devnet' or 'mainnet-beta')SOLANA_KEYPAIR_PATH
: Path to your Solana keypair file
Basic Usage
1. Initialize the SDK
2. Create Your First Chaos Test
3. Using the CLI
Next Steps
Explore different test types
Learn about governance
Set up automated testing
Last updated