[![GitHub Release](https://img.shields.io/github/v/release/d1onys1us-org/stn?logo=github)](https://github.com/d1onys1us-org/stn/releases) [![Crates.io Version](https://img.shields.io/crates/v/stn?logo=rust)](https://crates.io/crates/stn) [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/d1onys1us-org/stn/ci.yml?branch=main&logo=GitHub%20Actions&label=ci)](https://github.com/d1onys1us-org/stn/actions/workflows/ci.yml?query=branch:main) [![codecov](https://codecov.io/gh/d1onys1us-org/stn/graph/badge.svg?token=TJAUBD8RPT)](https://codecov.io/gh/d1onys1us-org/stn) # stn A command line tool for managing nodes. ## Installing and updating Installing and updating use the same command. See the [release page](https://github.com/d1onys1us-org/stn/releases) for instructions. ## Quickstart 1. Install stn: `curl --proto '=https' --tlsv1.2 -LsSf https://github.com/d1onys1us-org/stn/releases/latest/download/stn-installer.sh | sh`. 2. Install a Taiko node: `stn install`. 3. Configure your Taiko node: `stn config`. 4. Start your Taiko node: `stn up`. ## Command reference Execute `stn --help` for the full list of commands and their description.