-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Resolve ipns on browser side #1644
Comments
Soon™️. IPNS doesn't have a complete implementation in js-ipfs just yet. It is being worked on right now (IPNS over pubsub). Also, one of ways of resolving IPNS names is via the DHT which is also being worked on so that it is interoperable with go-ipfs. You can also use
|
Hey @alanshaw , I am unable to work with ipns, I am publishing a static file(i.e. ipfs/) to ipns then, when i try to fetch it.:
I see this.. How can i resolve this. ? |
@kuabhish |
HI there, That is a grate app im working on some test that intent to resolve in client/browser side a static IPNS with something like
Any idea how is the proper way to call ipns to resolve an static hash and give me back the last updated hash of the curren file?
The text was updated successfully, but these errors were encountered: