Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 710 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 710 Bytes

ethtpsctl

A simple tool to set up, control and monitor ETHTPS instances and environments

Based on the awesome Spectre.Console

Pre-requisites

Installation

  1. Clone the repository
git clone https://github.com/ethtps/ethtpsctl
  1. Build the script
cd ethtpsctl

dotntet restore

dotnet build --configuration Release --project=ethtpsctl.sln
  1. Add the script to your path
export PATH=$PATH:"$(pwd)/bin/Release/net8.0"

Usage

ethtpsctl [OPTIONS] COMMAND [ARGS]...

Options

  --help  Show this message and exit.