diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-07-18 04:45:12 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-07-18 04:45:12 +0300 |
commit | 3ab1195a2fd01816287879fa78297b2904462584 (patch) | |
tree | 328a855e40a9b60d5fef657800a8ce094e50f8c1 /MODULES | |
parent | f4263aeee0f5b02dbcc541509b49e67bc7b6f8b7 (diff) | |
download | arching-kaos-tools-3ab1195a2fd01816287879fa78297b2904462584.tar.gz arching-kaos-tools-3ab1195a2fd01816287879fa78297b2904462584.tar.bz2 arching-kaos-tools-3ab1195a2fd01816287879fa78297b2904462584.zip |
ak-follow is now a module (ak -m follow)
Diffstat (limited to 'MODULES')
-rw-r--r-- | MODULES | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -300,6 +300,41 @@ As you have already witnessed, prototype is another way of telling "will do" or "here is an idea". +## follow + +Prototype - Follows something! + +"Something" is completely accurate at this point as it is following nothing in +particular. The purpose of introducing it was to be able to add a "follow/add" +block to your chain, so in some sense to inform others that others exist too +and you "follow" them as in the "social media" terminology. + +The place from which you are doing it though is vague. The first thought was to +have the `ak-config` IPNS key in the list. An update on that key would fetch you +the new latest of the zchain that this key point to, hence, being able to crawl +the latest version of it. That was mostly cause the 'ak-config' output would be +something like this: + +```json +{ + "profile": { + "nickname": "someone", + }, + "genesis": "QmbFMke1KXqnYyBBWxB74N4c5SBnJMVAiMNRcGu6x1AwQH", + "gpg": "42A...", + "zchain": "k51q...", + "zlatest": "Qm..." +} +``` + +Other than publishing that you follow or unfollow someone's ak-config IPNS key, +the module doesn't do anything else. + +Privacy-wise, someone would not like to let others know what their follow list +is. + + + ## Notes - [1] "data_signature" is labeled as "detach" inside the block. - [2] README file mentions that the whole project is in experimental state, btw |