Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.34 KB

File metadata and controls

33 lines (21 loc) · 1.34 KB

Decentralized Identity Interop Profile (DIIP)

Latest Release: The latest DIIP release can be found at: https://FIDEScommunity.github.io/DIIP

Latest Draft: The latest draft of the next version can be found at: https://FIDEScommunity.github.io/DIIP/draft

Contributing

DIIP is a community-driven specification following a 6-month release cycle. We welcome contributions from anyone interested in improving decentralized identity interoperability.

  • Contributing Guide - Learn how to contribute to DIIP, including our PR process, review guidelines, and development setup
  • Governance - Understand the project's governance structure, release process, and decision-making procedures
  • Issues - Report bugs, request features, or ask questions
  • Discussions - Join high-level conversations about the specification

Getting Started

This repo uses Spec-Up to generate profile documents.

$ npm install
$ npm run dev # for local development
$ npm run render # for rendering the doc

To view the generated profile doc, open index.html in your browser.