Hat Details

Overview

In Hats Protocol, each hat includes a details field, which is used for arbitrary metadata about the hat, such as a name, description, and other properties like authorities and responsibilities associated with the hat.

A common way to use this field is to store the data on IPFS as a JSON object, and set the hat's details field with the object's CID (Content Identifier). This method allows to add rich metadata about a hat, while keeping the gas costs minimal.

This package provides utility function to handle hats details, by both pinning metadata JSON objects to IPFS and reading from it.

It was designed to work both in the browser and in Node.js. You can find the source code here.

Content

Getting StartedUsage

Last updated