Skip to content

d1onys1us/stn

Repository files navigation

stn

GitHub Release Crates.io Version GitHub Actions Workflow Status codecov

A command line tool for managing Taiko nodes.

screenshot of cli tool

Screenshot of v0.1.27, but stn is getting updated all the time.

Installing and updating

Installing and updating use the same command.

Cargo (recommended)

  1. Install Rust
  2. Install or update stn with cargo:
    cargo install stn

Linux

Inside of a terminal:

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/d1onys1us/stn/releases/latest/download/stn-installer.sh | sh

Windows

Inside of a Powershell window:

irm https://github.com/d1onys1us/stn/releases/latest/download/stn-installer.ps1 | iex

MacOS

Inside of a terminal:

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/d1onys1us/stn/releases/latest/download/stn-installer.sh | sh

Quickstart

  1. Install a Taiko node: stn install.
  2. Configure your Taiko node: stn config.
  3. Start your Taiko node: stn up.

Usage

Execute stn for the full list of commands and their description.

Contribute

If you have any feature requests or bug reports please open an issue! ヽ(・∀・)ノ