-
# What
Define a metadata type for the new multicodec defined here https://github.com/multiformats/multicodec/pull/321, support records publishing for this metadata type
# Implementation
My su…
-
Latest state of this issue:
✅ "@ipld/dag-cbor": "9.0.0",
✅ "interface-blockstore": "4.0.1"
✅ "ipfs-unixfs": "11.0.0",
✅ "ipfs-unixfs-exporter": "13.1.0",
✅ "ipfs-unixfs-importer": "14.0.1",
✅ …
-
Probably already on the roadmap, I just didn't see an issue (but still close this if it's not a worthy request). Specifically, add the experimental KAD DHT like in the `peer-and-content-routing` examp…
-
Problem: The `multicodec` package is outdated and needs to be replaced with `multiformats`
Reference: [Comment](https://github.com/digitalbazaar/ecdsa-multikey/pull/1#discussion_r1108958994) from P…
-
i am using ubuntu linux, using nodejs v20.1.0.
i am running basic code from the helia/unixfs docs.
```
async function test(){
const {FsDatastore} = await import('datastore-fs')
const {FsBlockst…
-
[RFC4648](https://datatracker.ietf.org/doc/html/rfc4648#section-3.2) states:
> In some circumstances, the use of padding ("=") in base-encoded data is not required or used.
An example of a spec…
-
https://digitalbazaar.github.io/did-method-key/#the-did-key-format
```
{
"crv": "P-256",
"ext": true,
"key_ops": [
"verify"
],
"kty": "EC",
"x": "FJ6hTzeQwP93G3gE1B-2M5nlOHQ…
-
Building locally (M1 MBP):
```
=> ERROR [4/6] RUN npm i && npm run build …
-
So I understand that the `multibaseMultikeyHeader` is the first 4 characters of a multibase public key and that the first character is the algorithm identifier as defined by [this spec](https://w3c-cc…
-
In order to treat browsers as first-class citizens, we should not use modules from node core unless we can absolutely guarantee that the code we are writing will not run in a browser.
The next gene…