Skip to content

Releases: michaelkernaghan/Octez-Client-Bash-Scripts

Can Record Staking Balance Histories

08 Sep 04:23
Compare
Choose a tag to compare

V1.0.0

03 Sep 16:53
06faf5f
Compare
Choose a tag to compare

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

  1. Clone the repository to your local machine.
  2. Navigate to the project root directory.
  3. Make the script executable with the command chmod +x <script>.sh.
  4. 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!