You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2023. It is now read-only.
To prevent possible clutches and make it still possible to use IPNS directly I propose that apps using IPNS should make one directory in the IPNS root and make it hidden (prefix it with .).
This way user won't always see those directories and we don't risking case when user wants to create directory of this name manually.
Also those directories should be named uniquely, by using descriptive names, not like.boards or .messages, so we don't have to fight in case of collision.
To prevent possible clutches and make it still possible to use IPNS directly I propose that apps using IPNS should make one directory in the IPNS root and make it hidden (prefix it with
.).This way user won't always see those directories and we don't risking case when user wants to create directory of this name manually.
Also those directories should be named uniquely, by using descriptive names, not like
.boardsor.messages, so we don't have to fight in case of collision.