Releases: michaelkernaghan/Octez-Client-Bash-Scripts
Releases · michaelkernaghan/Octez-Client-Bash-Scripts
Can Record Staking Balance Histories
Full Changelog: Published...v2
V1.0.0
Release v1.0 Octez-Client-Bash-Scripts
We are excited to announce the first release of our Octez-Client-Bash-Scripts repository. This repository contains a collection of Bash scripts designed to interact with the Octez and Octez admin clients.
Features
- Automated balance checking: The scripts can automatically check the balances of a list of Tezos addresses.
- Automated tez transfers: The scripts can transfer tez from a list of Tezos addresses to a target Tezos address.
- Easy-to-read output: The scripts format the JSON output from the Octez admin client command as a Markdown table, making it easy to read and understand.
Prerequisites
- A local baker is running Octez 18.1 with Oxford protocol.
- A baker and three staker addresses were created.
- Oxford Tez acquired.
How to use
- Clone the repository to your local machine.
- Navigate to the project root directory.
- Make the script executable with the command
chmod +x <script>.sh.
- Run the script with the command
./<script>.sh
.
The script will automatically locate your octez-client
and octez-admin-client.
Notes
This is the first release of the Octez-Client-Bash-Scripts repository. We welcome feedback and contributions from the community. If you encounter any issues or have suggestions for improvements, please open an issue on GitHub.
Thank you for your interest in Octez-Client-Bash-Scripts!