Skip to content

Latest commit

 

History

History
90 lines (64 loc) · 1.8 KB

README.md

File metadata and controls

90 lines (64 loc) · 1.8 KB

xoon - master x1 like a pro

Simple GUI for X1/Solana/SVM Hardcore Operations

GitHub Repo stars GitHub forks GitHub Downloads (all assets, all releases) GitHub License

Features

  • Terminal-based GUI interface
  • X1/Solana/SVM validator management
  • Support for both mainnet and testnet
  • Easy configuration and monitoring
  • Mouse support for all operations

Binary Installation

The easiest way to get started is to download the pre-built binary.

Linux (x64)

# Download the latest release
wget https://github.com/xenartist/xoon/releases/download/vX.Y.Z/xoon-linux-x64-vX.Y.Z.tar.gz

# Extract
tar zxvf xoon-linux-x64-vX.Y.Z.tar.gz

# Enter directory
cd xoon-x.y.z

# Run
./xoon

Building from Source

If you prefer to build from source, follow these steps:

Prerequisites

  1. Install Rust:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  1. Install development dependencies (Ubuntu/Debian):
sudo apt update
sudo apt install -y build-essential pkg-config libssl-dev
sudo apt install -y libncurses5-dev libncursesw5-dev

For other Linux distributions, install the equivalent packages using your package manager.

Build and Run

  1. Clone the repository:
git clone https://github.com/xenartist/xoon.git
cd xoon
  1. Build:
cargo build --debug

or

cargo build --release
  1. Run:
cargo run --debug

or

cargo run --release

License

GPL-3.0

Follow me on X

xen_artist