Golem Hello World App

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

Demo

demo

Setup

Prerequisites:

  • Node v14.17 or higher
  • Yarn v1.22 or higher
  • Yagna daemon running (docs)

Install packages

$ yarn

Run

To execute the whole example, run the following command (replacing <your_name> with your actual name)

$ yarn run start <your_name>

The main.js file configures Golem network and deploys the task to the workers (stored in the task.js)