self-xyz
Self (self.xyz) を統合します — ゼロ知識証明を使用してパスポートと身分証明書を検証する、プライバシーファースト型のアイデンティティプロトコルです。ユーザーがSelfプロトコル、Selfアイデンティティ、self.xyz、パスポート検証、ゼロ知識アイデンティティ検証、SelfAppBuilder、SelfBackendVerifier、SelfVerificationRootについて言及した場合、またはプライバシーを保護するKYC、年齢確認、国籍確認、OFAC スクリーニング、実世界の身分証明書を使用したSybil耐性の追加を希望する場合に使用します。フロントエンドのQRコード統合、バックエンドの証明検証、Celo上のオンチェーンスマートコントラクト検証に対応しています。
description の原文を見る
Integrate Self (self.xyz) — a privacy-first identity protocol using zero-knowledge proofs to verify passports and ID cards. Use when the user mentions Self protocol, Self identity, self.xyz, passport verification, zero-knowledge identity verification, SelfAppBuilder, SelfBackendVerifier, SelfVerificationRoot, or wants to add privacy-preserving KYC, age verification, nationality checks, OFAC screening, or Sybil resistance using real-world identity documents. Covers frontend QR code integration, backend proof verification, and on-chain smart contract verification on Celo.
SKILL.md 本文
Self プロトコル統合
Self を使用すると、ユーザーはパスポート/身分証からゼロ知識証明を使用して身分属性(年齢、国籍、人間性)を証明できます。個人データは一切公開されません。ユーザーは Self モバイルアプリでドキュメントの NFC チップをスキャンし、zk 証明をアプリと共有します。
クイックスタート(Next.js オフチェーン)
1. インストール
npm install @selfxyz/qrcode @selfxyz/core
2. フロントエンド — QR コードコンポーネント
"use client";
import { SelfQRcodeWrapper, SelfAppBuilder } from "@selfxyz/qrcode";
export default function VerifyIdentity({ userId }: { userId: string }) {
const selfApp = new SelfAppBuilder({
appName: "My App",
scope: "my-app-scope",
endpoint: "https://yourapp.com/api/verify",
endpointTyp
...
詳細情報
- 作者
- meghal86
- リポジトリ
- meghal86/stacksignal
- ライセンス
- 不明
- 最終更新
- 2026/5/10
Source: https://github.com/meghal86/stacksignal / ライセンス: 未指定