Introduction ◈ Documentation & Resources ◈ Components ◈ Contributing
IOTA 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.
IOTA Hierarchies is composed of two primary components:
- Hierarchies Move Package: The on-chain smart contracts that define federations, accreditations, and attestations.
- Hierarchies Library (Rust): A client-side library that provides developers with convenient functions to create, manage, and validate hierarchical trust structures.
-
Hierarchies Documentation Pages: Supplementing documentation with context around hierarchies and simple examples on library usage.
-
API References:
- Rust API Reference: Package documentation.
-
Wasm API Reference: Wasm Package documentation.
-
Examples:
- Rust Examples: Practical code snippets to get you started with the library in Rust.
- Wasm Examples: Practical code snippets to get you started with the library in TypeScript/JavaScript.
Foreign Function Interface (FFI) Bindings of this Rust library to other programming languages:
- Web Assembly (JavaScript/TypeScript)
We would love to have you help us with the development of IOTA Hierarchies. Each and every contribution is greatly valued!
Please review the contribution sections in the IOTA Docs Portal.
To contribute directly to the repository, simply fork the project, push your changes to your fork and create a pull request to get them included!
The best place to get involved in discussions about this library or to look for support at is the #hierarchies
channel on the IOTA Discord. You can also ask questions on our Stack Exchange.