Key Components
When a task is created, there are two key components that must be uploaded to the Koii Network to initiate the task.
Executable
Metadata
{
name: 'Sample Task',
description: 'This a demo task',
author: 'KOII-networks',
githubURL: 'https://github.com',
imageURL: 'image.png',
createdAt: '',
nodeSpec: {
storage: '',
cpu: '4',
memory: '8',
os: [ 'Linux', 'Windows', 'MacOS' ],
network: '20'
}
}Last updated