Bash tool for Kroma, easy to use. If you have not downloaded the kroma-up repository, it will be automatically downloaded to your $HOME directory.
Use the installer and the Auto-Installer as root user:
sudo su
Just run the following command:
curl --proto '=https' --tlsv1.2 -sSfL https://github.com/amis13/kromaTool/releases/download/Installer-Release/installer.sh | sudo sh
Clone the repo and move to kromaTool:
git clone https://github.com/amis13/kromaTool.git && cd kromaTool
Install the tools:
./installer.sh
To see if your node is synced or the block height of your node.
To view the help panel use the tool without parameters or use the -h
flag:
blockHeight -h
To see your block height:
blockHeight -b
To see if your node is synced:
blockHeight -s
Tool for validators, to see if there are successful or failed transactions.
To view the help panel use the tool without parameters or use the -h
flag:
l2Output -h
To see successful transactions:
l2Output -s
To see unsuccessful transactions:
l2Output -f
To see all transactions:
l2Output -a
To update all tools, you only need to run:
updateKromaTools