This DIP enumerates tasks relevant to DIP-101: Publication of a word over nostr
{
"wordData": {
"wordTypes": ["wordType"],
},
"wordTypeData": {
"slug": "taskType"
"name": "nost concept graph publication task type",
},
...
"metaData": {
},
}
The most essential task is create word
.
"wordData": {
"wordTypes": ["task"],
},
"taskData": {
"slug": "createWord"
"name": "create word",
},
...
"metaData": {
},
}