apex-sdk-cli-0.1.5 is not a library.
Apex SDK CLI
Command-line interface for Apex SDK - unified Rust SDK for Substrate & EVM blockchain development.
Installation
Quick Start
# Create a new project
# Navigate and build
Commands
Project Management
# Create new project with templates (default, defi, nft)
# Build project
# Run tests
# Run benchmarks
Account Management
# Generate new account
|
# List accounts
# Import from mnemonic
# Export mnemonic
# Get balance
Configuration
# Initialize config interactively
# Show current configuration
# Set a value
# Get a value
# Validate configuration
# Reset to defaults
Chain Information
# List supported chains
# Get chain info
# Check chain health
Contract Deployment
# Deploy contract
Shell Completions
# Generate completions for your shell
||||
# Example: Add to your .bashrc
Other
# Show version
# Show help
Supported Chains
Substrate: Polkadot, Kusama, Paseo, Westend, Moonbeam, Astar
EVM: Ethereum, Polygon, BSC, Avalanche, Arbitrum, Optimism, zkSync, Sepolia
Configuration
Config file location: ~/.config/apex-sdk/config.json
Default configuration includes:
- Network endpoints for all supported chains
- Default chain (Paseo testnet)
- UI preferences (colors, progress bars)
- Log level settings
License
Apache-2.0