Block Hash
This Bash script is designed to compare the hash of a specific block from the Heimdall blockchain on your local instance with the hash of the same block obtained from an external API.
Requests Installation:
Run the script in an environment with curl
and jq
installed.
Script Execution:
Make the script executable using chmod +x script.sh
Run the Script:
In the terminal or command prompt, navigate to the directory where the script is located. Execute the script using the following command:
Last updated