kubo/core/commands/name
Hector Sanjuan 3db9551f79 Extract the namesys and the keystore submodules
Namesys is a very useful submodule. Given a ValueStore and a Datastore it can
resolve and publish /ipns/ paths.

This functionality does not need to be sequestered inside go-ipfs as it can
and should be used without IPFS, for example, for implementing lightweight
IPNS publishing services or for resolving /ipns/ paths.

"keystore" extraction was necessary, as there is a dependency to it in
namesys. Keystore is also a useful module by itself within the stack.

Fixes #6537
2021-03-12 14:09:36 -05:00
..
ipns.go Extract the namesys and the keystore submodules 2021-03-12 14:09:36 -05:00
ipnsps.go refactor: put all --ipns-base options in one place 2020-09-09 11:30:45 -04:00
name.go cmdkit -> cmds 2019-05-10 23:00:20 -07:00
publish.go additional escape 2020-12-18 17:23:30 -08:00