Skip to content

Latest commit

 

History

History
195 lines (128 loc) · 6.4 KB

File metadata and controls

195 lines (128 loc) · 6.4 KB

Source Code

Links to all source code repositories for did:webs.

Quick Links

Official Specification

ToIP did:webs specification

The official did:webs DID Method specification developed by the Trust Over IP Foundation.

Links:

Contributing:


Reference Implementation

did-webs-resolver

The primary reference implementation maintained by GLEIF (Global Legal Entity Identifier Foundation).

  • Organization: GLEIF-IT
  • Language: Python 3.10+
  • License: Apache 2.0
  • Status: Active development
  • Package: did-webs-resolver (PyPI)

Links:

Installation:

# From PyPI
pip install did-webs-resolver

# From source
git clone https://github.com/GLEIF-IT/did-webs-resolver.git
cd did-webs-resolver
uv sync
source .venv/bin/activate

This Documentation Site

didwebs.info

This documentation site you're reading now!

  • Maintainer: Kent Bull
  • Technology: Docsify
  • License: OWF Contributor License Agreement 1.0
  • Status: Active

Links:

Technology Stack:

  • Framework: Docsify - Client-side documentation
  • Hosting: GitHub Pages with GitHub Actions CI/CD
  • Theme: Vue theme with custom styling
  • Plugins: Search, pagination, code copy, syntax highlighting

Contributing:

# Fork and clone
git clone git@github.com:YOUR_USERNAME/didwebs.info.git
cd didwebs.info

# Test locally
./serve.sh

# Make changes, commit, and submit PR
git checkout -b feature/my-update
git commit -m "Update documentation"
git push origin feature/my-update

Related Repositories

KERI Protocol

Core KERI protocol implementations that power did:webs:

KERIpy

Python implementation of KERI.

Key for did:webs:

  • Provides KERI identifier management
  • Witness, watcher, and observer network functionality
  • Credential issuance (ACDC)
  • Key rotation and delegation

Signify-TS

TypeScript KERI client library.

Signify-Py

Python KERI client library.

KERIA

KERI Agent service with REST API.

Can be used to manage KERI identifiers that power did:webs DIDs.

Universal Resolver

Multi-method DID resolver that includes did:webs support.


Specifications

Related specifications:

KERI Specification

Key Event Receipt Infrastructure specification.

CESR Specification

Composable Event Streaming Representation specification.

ACDC Specification

Authentic Chained Data Containers specification (for credentials).

did:web Specification

The simpler predecessor to did:webs.


Contributions welcome.