w3name
w3name copied to clipboard
IPNS client and service for generating, updating, and tracking immutable names with signed updates
Fix #101
Would like a dart implementation of w3name for use in flutter apps. One can use the [HTTP API](https://web3.storage/docs/reference/w3name-http-api/) which is straightforward, however creating the EncodedRevision as part of the POST...
``` PS > yarn node Welcome to Node.js v20.4.0. Type ".help" for more information. > const Name = import('w3name') undefined > Uncaught: Error: w3name tried to access multiformats, but it...
Issue Description : I have published a name key using the w3name service and when I resolve the name via [https://name.web3.storage/](https://name.web3.storage/name/) it works fine, but when i try to resolve...
This [URL](https://name.web3.storage/name/k51qzi5uqu5dm09eb5pk1af1622tn7atinj0ynaic685p9pzbinffxlmc9t82j) shows the name is referencing the new IPFS CID but still tries to load the previous CID contents in the browser. The first revision works perfectly fine but...
WIP: beginnings of storing basic metrics to be fetched by Prometheus. Will fix #83 (partially). Some notes for implementation: * Number of _created_ records is different to the number of...
Needs investigation. - [ ] Time series database Prometheus - [ ] We expose a new API end point and point Prometheus to it. Why are we exposing stats to...
We currently have little tangible documentation on how to use the w3name HTTP API in tandem with the [Kubo CLI](https://docs.ipfs.tech/reference/kubo/cli/). This would be useful for builds that cannot use the...
would like to be able to listen for updates to names with the w3name client. it seems like the api package part of this [exists](https://github.com/web3-storage/web3.storage/pull/932) and is [undocumented](https://github.com/web3-storage/w3name/issues/90)?