name property

IpfsNameCommand name
final

Publish and resolve IPNS names.

IPNS is a PKI namespace, where names are the hashes of public keys, and the private key enables publishing new (signed) values. In both publish and resolve, the default name used is the node's own PeerID, which is the hash of its public key.

You can use the 'ipfs key' commands to list and generate more names and their respective keys.

Implementation

final IpfsNameCommand name = IpfsNameCommand();