You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WNFS Metadata is similar enough to JsValue that we should just start supporting it.
We could also support CIDs, possibly in two ways: Either dag-cbor style ({ "/": "bafy..." }) or through the CID class. Perhaps also as another method for setting a CID at a specific metadata key.
The text was updated successfully, but these errors were encountered:
WNFS Metadata is similar enough to
JsValue
that we should just start supporting it.We could also support CIDs, possibly in two ways: Either dag-cbor style (
{ "/": "bafy..." }
) or through theCID
class. Perhaps also as another method for setting a CID at a specific metadata key.The text was updated successfully, but these errors were encountered: