Usage of statistic
The api.py
file, located in the tool
directory, is instrumental in running the API server for EVM File Uploader. Follow the instructions below to execute the script and set the memory limit for contract size:
-
Ensure you have Python installed on your system.
-
Open a terminal or command prompt.
-
Navigate to the
tool
directory of the EVM File Uploader project.
Command
python statistic.py --gui True/False
Options
--gui True
: Enable the graphical user interface.--gui False
: Disable the graphical user interface.
Examples
To run the program enabling the GUI, execute the following command:
python statistic.py --gui True
To run the program without the GUI, execute the following command:
python statistic.py --gui False