-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea944fb
commit 06faf5f
Showing
1 changed file
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,30 @@ | ||
# Octez-Client-Bash-Scripts | ||
My bash scripts for using octez client and octez admin client | ||
|
||
This repository contains a collection of Bash scripts for managing and interacting with a local Tezos baker running the Octez 18.1 with the Oxford protocol. | ||
|
||
## Prerequisites | ||
|
||
Before running these scripts, make sure you have the following: | ||
|
||
- A local Tezos baker is running Octez 18.1 with the Oxford protocol. | ||
- A baker address and three staker addresses were created. | ||
- Oxford Tez acquired for transactions. | ||
|
||
## Running the Scripts | ||
|
||
Follow these steps to run the scripts: | ||
|
||
1. Clone this repository to your local machine. | ||
2. Navigate to the project root directory using the command line. | ||
3. Make the desired script executable by running `chmod +x <script>.sh`, replacing `<script>.sh` with the script name you want to run. | ||
4. Run the script with `./<script>.sh`, again replacing `<script>.sh` with the name of the script. | ||
|
||
Please note that these scripts assume that the `octez-client` and `octez-admin-client` commands are available in your PATH. If you encounter any issues, please ensure these commands are correctly installed and configured on your system. | ||
|
||
## Contributing | ||
|
||
Contributions are always welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request. | ||
|
||
## License | ||
|
||
These scripts are released under the MIT License. |