Golem Hello World App

This application demonstrates a simple hello world use-case, showing how to execute tasks on Golem network

Demo

Peek 2022-08-03 19-24

Setup

Prerequisites:

  • Python 3.6 or higher
  • (optional) Fresh virtual environment
  • Yagna daemon running (docs)

Install packages

$ python3 -m pip install -r requirements.txt

Run

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)