From 211ce8bfb0b1710d8415ed15f72c16c0d6ed5e5e Mon Sep 17 00:00:00 2001 From: "Richard T. Carback III" <rick.carback@gmail.com> Date: Fri, 15 Nov 2024 17:11:08 -0500 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e47e266..41d3ccc 100644 --- a/README.md +++ b/README.md @@ -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: -- GitLab