Skip to content

Commit 5d4be62

Browse files
committed
docs: ipns name publishing with IPNS inspector
1 parent a0d5085 commit 5d4be62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/how-to/publish-ipns.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ IPNS names can be published programmatically.
99

1010
- [Using Kubo (Go)](#publishing-ipns-names-with-kubo)
1111
- [Using helia-ipns (JavaScript)](#publishing-ipns-names-with-helia-ipns)
12+
- [From the browser using IPNS Inspector](#publishing-ipns-names-with-ipns-inspector)
1213

1314
## Publishing IPNS names with Kubo
1415

@@ -107,3 +108,7 @@ ipfs name publish --key=SecondKey /ipfs/bafybeicklkqcnlvtiscr2hzkubjwnwjinvskffn
107108
## Publishing IPNS names with helia-ipns
108109

109110
Learn more about using IPNS with JavaScript with the [helia-ipns](https://github.com/ipfs/helia/tree/main/packages/ipns) package.
111+
112+
## Publishing IPNS names with IPNS Inspector
113+
114+
[IPNS Inspector](https://ipns.ipfs.network) is a web based tool for publishing and resolving IPNS names. To publish an resolve IPNS names, it relies on the delegated routing API, and the [public utilities](../concepts/public-utilities.md) endpoint at **`https://delegated-ipfs.dev/routing/v1`**.

0 commit comments

Comments
 (0)