#command-line-tool #node #taiko #execute

app stn

A command line tool for managing Taiko nodes

34 releases

0.1.47 Mar 14, 2024
0.1.46 Mar 5, 2024
0.1.45 Feb 17, 2024
0.1.38 Jan 31, 2024

#616 in Magic Beans

Download history 69/week @ 2024-01-20 78/week @ 2024-01-27 142/week @ 2024-02-03 319/week @ 2024-02-10 528/week @ 2024-02-17 159/week @ 2024-02-24 324/week @ 2024-03-02 366/week @ 2024-03-09 156/week @ 2024-03-16 48/week @ 2024-03-23 44/week @ 2024-03-30 48/week @ 2024-04-06 46/week @ 2024-04-13 102/week @ 2024-04-20

244 downloads per month

MIT license

43KB
991 lines

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.

  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! ヽ(・∀・)ノ

Dependencies

~29–45MB
~849K SLoC