This application demonstrates a simple hello world use-case, showing how to execute tasks on Golem network
Prerequisites:
- Python 3.6 or higher
- (optional) Fresh virtual environment
- Yagna daemon running (docs)
Install packages
$ python3 -m pip install -r requirements.txt
To execute the whole example, run the following command
$ python3 main.py
The main.py file configures Golem network and deploys the task to the workers (stored in the task.py)