From ccfbe0dd5919c6aef6d3498fd51ec8a8c3c28b2f Mon Sep 17 00:00:00 2001 From: tripathyr Date: Tue, 29 Oct 2024 09:35:51 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d49afb..e81a565 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,12 @@ Docker-compatibility branch is needed right now because Docker image made for fl DATA_PATH = /home/production/deployed/ftt-blockbook-migration-rescan APP_ADMIN = FNcvkz9PZNZM3HcxM1XTrVL4tgivmCkHp9 API_VERIFY = False - ``` + + ``` + +4. Install pyflosetup.sh if dependency errors of any kind come. Give it execute permissions first `chmod +x pyflosetup.sh`, and then `./pyflosetup.sh` + -4. If running for the first time, run `python3.7 tracktokens-smartcontracts.py --reset` otherwise run `python3.7 tracktokens-smartcontracts.py` +5. If running for the first time, run `python3.7 tracktokens-smartcontracts.py --reset` otherwise run `python3.7 tracktokens-smartcontracts.py`