Skip to content
Snippets Groups Projects
Commit 211ce8bf authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

update readme

parent ab7c2756
No related branches found
No related tags found
No related merge requests found
......@@ -6,12 +6,13 @@ To install, start by creating a virtual environment and installing the dependenc
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip install -e .
```
To run the script, use the following command:
```
python walletcheck/cli.py --rpc-url <substrate-rpc-url> --csv-file <path-to-csv-file> -o <path-to-output-file>
walletcheck --rpc-url <substrate-rpc-url> --csv-file <path-to-csv-file> -o <path-to-output-file>
```
The script will read the CSV file, extract the account addresses, and check the balance of each account against the Substrate chain. The results will be written to the output file in CSV format with the following fields:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment