Expand description
§Hierarchies
The Hierarchies is a non-opinionated solution designed to facilitate the hierarchical distribution of trust across entities in the IOTA network. It aims to simplify the process of building decentralized applications on the IOTA network by providing a way to establish an additional layer of trust and logic among entities.
In Hierarchies, a Federation acts as the root authority for specific properties. The Federation Owner can delegate (accredit) trust to other entities, allowing them to attest to certain properties on behalf of the root authority. This creates a structured, decentralized system of trust.
More information about Hierarchies can be found in the Hierarchies documentation.
Modules§
- client
- Client module provides the client interface for the Hierarchies service. Clients can be used to interact with the Hierarchies service, create new federations, add properties, create attestations, and accreditations.
- core
- Hierarchies Core
- error
- Error types for the Hierarchies library
- package
- Hierarchies package registry