QuokkaStake / tmtop

A top-like chain consensus and chain info visualizer for all Tendermint chains.
58 stars 34 forks source link

chore: add script to run tmtop latest release #6

Closed harveyTon closed 10 months ago

harveyTon commented 10 months ago

Added a bash script to automate the download and installation of the latest release of tmtop for Linux AMD64. The script uses curl to fetch the latest release information from GitHub's API, extracts the download URL for the linux_amd64.tar.gz file, downloads it using wget, unpacks it, and then moves the executable to /usr/local/bin for easy execution.

TODO:

freak12techno commented 10 months ago

@harveyTon thanks for the contribution! This looks solid, can I merge? (asking because it has a TODO in description, not sure if you plan to push more things there)

freak12techno commented 10 months ago

Merged, thanks for contributing!