It provides some functions that communicate to task pool
-
reserveTasks([ taskIds ])
- you should call this when you reserve tasks
-
fetchAvailableTasks()
- fetch tasks which has one or more budgets
-
finishTaskAssginment()
- you should call this after you showed the task to worker
- Some functions that is needed to platform is called
$ npm run build