diff --git a/index.html b/index.html new file mode 100644 index 00000000..9577772b --- /dev/null +++ b/index.html @@ -0,0 +1,545 @@ + + + + + + OSVM CLI - Solana Virtual Machine Management Tool + + + + + + + + + + + + + + + + + +
+
+ +
A powerful command-line interface for managing Solana Virtual Machines (SVMs) across various networks
+
+ MIT License + Rust 1.80.0+ + Solana 1.14.29+ +
+ +
+
+ +
+
+
+

Key Features

+

Everything you need to manage your Solana Virtual Machine infrastructure

+ +
+
+
🔧
+
SVM Management
+
List and inspect Solana Virtual Machines with detailed information and status monitoring.
+
+ +
+
🚀
+
Node Deployment
+
Deploy validator or dedicated RPC nodes with a single command across different networks.
+
+ +
+
📊
+
Interactive Dashboard
+
Real-time monitoring with a terminal-based UI for comprehensive infrastructure oversight.
+
+ +
+
🌐
+
Network Configuration
+
Configure nodes for mainnet, testnet, or devnet with optimized settings for each environment.
+
+ +
+
📈
+
Performance Metrics
+
Track TPS, latency, and system requirements with detailed performance analytics.
+
+ +
+
🎨
+
Enhanced Output
+
Colorized output with consistent color-coding for status, commands, and data visualization.
+
+
+
+ +
+

Quick Installation

+

Get started with OSVM CLI in just one command

+ +
+
+ + + +
+ +
+
+ + curl -sSf https://raw.githubusercontent.com/openSVM/osvm-cli/main/install.sh | sh +
+
+ +
+
+ + powershell -Command "Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/openSVM/osvm-cli/main/install.ps1' -OutFile 'install.ps1'; .\install.ps1" +
+
+ +
+
+ + # Clone the repository
git clone https://github.com/openSVM/osvm-cli.git
cd osvm-cli

# Build the project
cargo build --release

# Install the binary
sudo cp target/release/osvm /usr/local/bin/
+
+
+
+
+ +
+

Quick Start

+

Common commands to get you started

+ +
+
+
List SVMs
+
+ osvm svm list +
+
View all installed Solana Virtual Machines
+
+ +
+
SVM Dashboard
+
+ osvm svm dashboard +
+
Launch interactive monitoring dashboard
+
+ +
+
List Nodes
+
+ osvm nodes list +
+
View all managed validator and RPC nodes
+
+ +
+
View Examples
+
+ osvm examples +
+
Show examples for common workflows
+
+
+
+ +
+

Prerequisites

+
+
+ Rust +
1.80.0 or later
+
+
+ Solana CLI +
1.14.29 or later
+
+
+ SSH +
For remote deployment
+
+
+
+
+
+ + + + + + \ No newline at end of file