Skip to content
Richard Kindler edited this page Jan 25, 2026 · 1 revision

Welcome to the Proof-of-Contribution-Protocol-Core wiki!


🏠 Home (Home.md)

Proof‑of‑Contribution Protocol Core Welcome to the official documentation for the Proof‑of‑Contribution Protocol Core — a deterministic, schema‑driven standard for describing, validating, and attesting to contributions across any ecosystem.

What This Wiki Covers

  • How the protocol works
  • How to structure pow.yaml
  • How validation works
  • How to integrate the protocol
  • Governance and contribution guidelines
  • Examples and templates

Quick Start

bash npm install @gitdigital/poc-protocol-core

ts import { validate } from "@gitdigital/poc-protocol-core"; const result = validate("pow.yaml");

🌐 WIKI SIDEBAR (copy into _Sidebar.md)

` Home Overview Protocol Specification pow.yaml Specification Architecture Validation Pipeline Integration Guide API Reference Examples Governance Model How to Add a Provider How to Add a Policy Contributing Security Policy Changelog

Clone this wiki locally