{"id":30760839,"url":"https://github.com/iotaledger/hierarchies","last_synced_at":"2026-01-20T09:05:51.553Z","repository":{"id":310047973,"uuid":"838254256","full_name":"iotaledger/hierarchies","owner":"iotaledger","description":"IOTA Hierarchies","archived":false,"fork":false,"pushed_at":"2026-01-19T18:43:23.000Z","size":3798,"stargazers_count":8,"open_issues_count":15,"forks_count":0,"subscribers_count":13,"default_branch":"main","last_synced_at":"2026-01-20T00:48:51.587Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iotaledger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-05T09:10:08.000Z","updated_at":"2026-01-19T18:30:55.000Z","dependencies_parsed_at":"2025-12-18T23:02:16.796Z","dependency_job_id":null,"html_url":"https://github.com/iotaledger/hierarchies","commit_stats":null,"previous_names":["iotaledger/hierarchies"],"tags_count":11,"template":false,"template_full_name":"iotaledger/template","purl":"pkg:github/iotaledger/hierarchies","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Fhierarchies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Fhierarchies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Fhierarchies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Fhierarchies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iotaledger","download_url":"https://codeload.github.com/iotaledger/hierarchies/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Fhierarchies/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28599862,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T08:51:33.170Z","status":"ssl_error","status_checked_at":"2026-01-20T08:51:10.855Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-04T13:50:59.940Z","updated_at":"2026-01-20T09:05:51.547Z","avatar_url":"https://github.com/iotaledger.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"![banner](https://github.com/iotaledger/hierarchies/raw/HEAD/.github/banner_hierarchies.png)\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://iota.stackexchange.com/\" style=\"text-decoration:none;\"\u003e\u003cimg src=\"https://img.shields.io/badge/StackExchange-9cf.svg?logo=stackexchange\" alt=\"StackExchange\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://discord.gg/iota-builders\" style=\"text-decoration:none;\"\u003e\u003cimg src=\"https://img.shields.io/badge/Discord-9cf.svg?logo=discord\" alt=\"Discord\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/iotaledger/hierarchies/blob/main/LICENSE\" style=\"text-decoration:none;\"\u003e\u003cimg src=\"https://img.shields.io/github/license/iotaledger/hierarchies.svg\" alt=\"Apache 2.0 license\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#introduction\"\u003eIntroduction\u003c/a\u003e ◈\n  \u003ca href=\"#documentation-and-resources\"\u003eDocumentation \u0026 Resources\u003c/a\u003e ◈\n  \u003ca href=\"#components\"\u003eComponents\u003c/a\u003e ◈\n  \u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n# IOTA Hierarchies\n\n## Introduction\n\nIOTA Hierarchies enables the creation of structured, hierarchical trust networks on the IOTA ledger. It allows organizations to delegate authority and attestation rights across multiple levels, creating verifiable chains of trust for any arbitrary properties or credentials.\n\nIOTA Hierarchies is composed of two primary components:\n\n- **Hierarchies Move Package**: The on-chain smart contracts that define federations, accreditations, and attestations.\n- **Hierarchies Library (Rust)**: A client-side library that provides developers with convenient functions to create, manage, and validate hierarchical trust structures.\n\n## Documentation and Resources\n\n- [Hierarchies Documentation Pages](https://docs.iota.org/developer/iota-hierarchies): Supplementing documentation with context around hierarchies and simple examples on library usage.\n- API References:\n  - [Rust API Reference](https://iotaledger.github.io/hierarchies/hierarchies/index.html): Package documentation.\n\n- [Wasm API Reference](https://docs.iota.org/developer/iota-hierarchies/references/wasm/api_ref): Wasm Package documentation.\n\n- Examples:\n  - [Rust Examples](https://github.com/iotaledger/hierarchies/tree/main/hierarchies-rs/examples/README.md): Practical code snippets to get you started with the library in Rust.\n  - [Wasm Examples](https://github.com/iotaledger/hierarchies/tree/main/bindings/wasm/hierarchies_wasm/examples/README.md): Practical code snippets to get you started with the library in TypeScript/JavaScript.\n\n## Bindings\n\n[Foreign Function Interface (FFI)](https://en.wikipedia.org/wiki/Foreign_function_interface) Bindings of this [Rust](https://www.rust-lang.org/) library to other programming languages:\n\n- [Web Assembly](https://github.com/iotaledger/hierarchies/tree/main/bindings/wasm/hierarchies_wasm) (JavaScript/TypeScript)\n\n## Contributing\n\nWe would love to have you help us with the development of IOTA Hierarchies. Each and every contribution is greatly valued!\n\nPlease review the [contribution](https://docs.iota.org/developer/iota-hierarchies/contribute) sections in the [IOTA Docs Portal](https://docs.iota.org/developer/iota-hierarchies/).\n\nTo contribute directly to the repository, simply fork the project, push your changes to your fork and create a pull request to get them included!\n\nThe best place to get involved in discussions about this library or to look for support at is the `#hierarchies` channel on the [IOTA Discord](https://discord.gg/iota-builders). You can also ask questions on our [Stack Exchange](https://iota.stackexchange.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiotaledger%2Fhierarchies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiotaledger%2Fhierarchies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiotaledger%2Fhierarchies/lists"}