This software scans seed phrases to find associated wallet addresses and their balances on Ethereum, Polygon, and Binance Smart Chain (BSC).
-
Download Git on your system:
- First, check if Git is installed in your system by typing this:
git --version
in your command prompt. If you get an output like thisgit version 2.45.1
then Git is already installed in your system. - If you get an output like this
git is not recognized
orgit command not found
then download Git from the following URL and again run the commandgit --version
to ensure if it has been downloaded or not:
https://git-scm.com/download/ git --version
- First, check if Git is installed in your system by typing this:
-
Clone the Repository:
- Enter the below command in your command prompt:
git clone https://github.com/pikaimandal/evm.git
-
Change the Directory:
- Enter the below command:
cd evm
-
Run the Setup Script:
- Open the command prompt and navigate to the
evm_wallet_scanner
directory if you aren't there.cd evm_wallet_scanner
- Run the setup script:
setup.bat
- Alternatively, you can double-click the
setup.bat
file in the File Explorer to run it.
- Open the command prompt and navigate to the
The script will guide you through the process of installing Python (if not already installed), setting up a virtual environment, installing dependencies, and running the software.
This project is licensed under the MIT License.