The Private Keys Converter is a utility script designed to transform a default list of accounts with associated keys for the MEME platform into corresponding addresses. It is tailored to work with a standard account list format, such as: 123;123;3214214321.
Before you begin, ensure you have Python installed on your system. You can download the latest version of Python from the official website at python.org.
To use the Private Keys Converter, follow these steps:
-
Clone the repository:
git clone https://github.com/sndmndss/private_keys_convert
-
Navigate to the cloned directory:
cd private_keys_convert -
Install the required dependencies:
pip install -r requirements.txt
-
Prepare your accounts table in HTML format and save it as
List1.htmlin the project directory. -
Run the script:
python script.py
- The script expects an HTML file named
List1.htmlcontaining the accounts table. - After execution, the script will output the converted addresses.