clients · 19 libraries
Three layers. One byte-identical wire format.
Protocol SDKs sit at the base. Reviews widgets (QRP-0001) are drop-in UI on top. Platform plugins wrap the widgets so non-engineers can install them from an app store. Signing is byte-for-byte identical from Python at the lowest layer all the way up to a WordPress admin panel.
Protocol SDKs
Core bindings to the full protocol surface: trust, identity, titles, events, anchors, guardians, gossip, bootstrap, Merkle proofs. Tested against the cross-SDK interop harness so signatures verify interchangeably.
Android (Kotlin)
fullgradle Kotlin-first Android wrapper over the [Java SDK](../java/), adding:
Browser extension (MV3)
fullA Manifest V3 browser extension that:
C# / .NET
fulldotnet add package Quidnug Quidnug.Client, the official .NET client for [Quidnug](https://github.com/bhmortim/quidnug), a decentralized protocol for relational, per-observer trust. Covers the **full v2 protocol surface** (QDPs 0001–0010).
CLI
fullgo install github.com/bhmortim/quidnug/cmd/quidnug-cli@latest Operator-facing command-line interface for Quidnug nodes.
Go
fullgo get github.com/quidnug/quidnug/pkg/client github.com/quidnug/quidnug/pkg/client, the official Go SDK for [Quidnug](https://github.com/bhmortim/quidnug), a decentralized protocol for relational, per-observer trust.
ISO 20022 bridge
fullThe working Go integration for ISO 20022 lives at [integrations/iso20022/](../../integrations/iso20022/).
Java / Kotlin
fullmaven / gradle Java 17+ client SDK for [Quidnug](https://github.com/bhmortim/quidnug), a decentralized protocol for relational, per-observer trust.
JavaScript / TypeScript
fullnpm install @quidnug/client @quidnug/client, the official JavaScript/TypeScript client for [Quidnug](https://github.com/bhmortim/quidnug), a decentralized protocol for relational, per-observer trust.
Python
fullpip install quidnug The official Python client for [Quidnug](https://github.com/bhmortim/quidnug), a decentralized protocol for relational, per-observer trust.
Rust
fullcargo add quidnug quidnug, the official Rust crate for [Quidnug](https://github.com/bhmortim/quidnug), a decentralized protocol for relational, per-observer trust.
Swift
fullswift package iOS 15+ / macOS 12+ client SDK for [Quidnug](https://github.com/bhmortim/quidnug), a decentralized protocol for relational, per-observer trust. Covers the **full v2 protocol surface** (QDPs 0001–0010).
Reviews widgets (QRP-0001)
Drop-in UI built on top of QRP-0001. Each adapter wraps the three rating-visualization primitives (aurora, constellation, trace) and the submit form. Zero JS dependencies on the base widget.
Astro reviews
fullnpm install @quidnug/astro-reviews SSR-first Astro components for the Quidnug trust-weighted rating system. The SVG is rendered statically at build time so search engines, feed readers, and no-JS clients see the exact same visualization the browser shows, plus the custom…
React adapter
fullnpm install @quidnug/react React hooks and components for Quidnug, declarative per-observer trust in your UI. Layered on top of [@quidnug/client](../js/) (JS SDK v2).
React reviews
fullnpm install @quidnug/react-reviews React hooks + components for Quidnug trust-weighted reviews.
Reviews widget
fullone-line HTML The simplest possible Quidnug reviews integration: a **single line of HTML** that works on any website, no JS build step required.
Vue reviews
fullnpm install @quidnug/vue-reviews Vue 3 wrappers around Quidnug's trust-weighted review components. Thin adapter layer over @quidnug/web-components that lets you use <QnAurora>, <QnConstellation>, and <QnTrace> as first-class Vue components with props + events.
Web components
fullnpm install @quidnug/web-components Drop-in web components for trust-weighted reviews. Works with any framework (or no framework), import once, use the tags anywhere in HTML.
Platform plugins
One-click installs into the CMS or storefront your customer already operates. No build step; the plugin handles signing, widget embedding, and schema.org markup.
Shopify app
fullShopify App Store Shopify-native app scaffold for Quidnug trust-weighted reviews.
WordPress plugin
fullWordPress.org Drop-in trust-weighted reviews for WordPress and WooCommerce. Per- observer ratings, cross-site reviewer reputation, no proprietary database.
interop guarantee
Cross-SDK signatures are byte-identical.
Every SDK serializes and signs transactions against the same
canonical-bytes spec. Run make produce verify in
tests/interop/. Your SDK's output vectors must
match the reference.