Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 612 Bytes

190.md

File metadata and controls

46 lines (37 loc) · 612 Bytes

DIP 190

concept graph nostr publication task types

background

This DIP enumerates tasks relevant to DIP-101: Publication of a word over nostr

declaration

{
  "wordData": {
    "wordTypes": ["wordType"],
  },
  "wordTypeData": {
    "slug": "taskType"
    "name": "nost concept graph publication task type",
  },
  ...
  "metaData": {
  },
}

tasks

create word

The most essential task is create word.

  "wordData": {
    "wordTypes": ["task"],
  },
  "taskData": {
    "slug": "createWord"
    "name": "create word",
  },
  ...
  "metaData": {
  },
}