OneClickNode is a Celestia tool to Deploy light with one click and install Golang.
This is a command-line tool developed in Go (Golang) for automating VPS (Virtual Private Server) setup and app installation. The tool allows you to easily automate common tasks such as logging into your VPS, executing commands, and performing app installations.
- Easy VPS login: Input your VPS IP address and password to log in seamlessly.
- Automatic Command execution: Executes commands on your VPS with ease.
- App installation automation: Installs Golang and Download latest Celestia light node.
- Simple and efficient: Developed in Go for fast and efficient execution.
- Go (Golang) installed on your local machine.
- SSH access to your VPS.
- Clone the repository to your local machine.
- Install the necessary Go dependencies using
go get
. - Build the CLI tool using
go build
. - Run the CLI tool from your terminal and enjoy VPS automation!
- Enter your vps details when prompted a)Enter VPS IP address: b)Enter VPS password:
- Once Golang is installed and celestia app is downloaded you will get a success message
Installation complete!
You can customized the tool to suit your needs, you can execute it from the command line to automate your VPS setup and app installations. Simply run the compiled binary and let the tool handle the rest.
This tool does not generate the make cel-key
because of the security concerns please follow the official tutorial for any help from here.
Final dir should look like this-
Contributions are welcome! If you have any ideas, improvements, or bug fixes, feel free to submit a pull request.
This project is licensed under the MIT License.