How to use the ipns.namespace function in ipns

To help you get started, we’ve selected a few ipns examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ipfs / js-ipfs / src / core / ipns / routing / pubsub-datastore.js View on Github external
    return subscriptions.map((sub) => `${ipns.namespace}${sub}`)
  }