ipfs-webui icon indicating copy to clipboard operation
ipfs-webui copied to clipboard

feat : adds functionality to import and export IPNS keys in the IPFS WebUI

Open shobit000 opened this issue 7 months ago • 4 comments

Summary

This PR adds functionality to import and export IPNS keys in the IPFS WebUI.

Changes

  • Added functions for importing and exporting IPNS keys in src/bundles/ipns.js.
  • Updated IpnsManager component to include UI elements for importing and exporting IPNS keys in src/components/ipns-manager/IpnsManager.js.
  • Added translation strings for "Import Key" and "Export Key" in public/locales/en/settings.json.

shobit000 avatar Mar 16 '25 17:03 shobit000