惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

aimingoo的专栏
aimingoo的专栏
WordPress大学
WordPress大学
阮一峰的网络日志
阮一峰的网络日志
博客园 - 司徒正美
月光博客
月光博客
宝玉的分享
宝玉的分享
Recent Announcements
Recent Announcements
小众软件
小众软件
H
Hackread – Cybersecurity News, Data Breaches, AI and More
美团技术团队
博客园 - 三生石上(FineUI控件)
A
About on SuperTechFans
J
Java Code Geeks
云风的 BLOG
云风的 BLOG
罗磊的独立博客
大猫的无限游戏
大猫的无限游戏
IT之家
IT之家
Vercel News
Vercel News
量子位
Martin Fowler
Martin Fowler
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
Visual Studio Blog
腾讯CDC
有赞技术团队
有赞技术团队

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Starting My LFX Mentorship Journey: Building Contributor ...
Darshit Khandelwal · 2026-06-15 · via DEV Community

Darshit Khandelwal

Today, June 15th, 2026, I officially start my 6-month LFX mentorship under the Linux Foundation Decentralized Trust (LFDT) program. I will be working on a project called Hiero Contributor Identity Verification Prototype, under the guidance of my mentor Alexander Shenshin.

*## What am I building, and why does it matter? *
In open-source projects, anyone can open a pull request. But how does a project maintainer know that the person submitting code is actually who they claim to be? Right now, most projects simply trust GitHub usernames, which can be faked, compromised, or shared.
This project solves that by building a real identity verification layer on top of GitHub's contribution workflow. When a contributor opens a pull request, instead of just trusting their username, the system cryptographically verifies their identity using:

Decentralized Identifiers (DIDs) anchored on the Hedera blockchain
Verifiable Credentials issued through the OID4VCI standard
GPG cryptographic signatures tied to their GitHub account
Verifiable Presentations verified at pull request time through OID4VP

In simple terms, a contributor proves they are who they say they are, once, and that proof travels with every pull request they open, automatically. (There is another alternative, that is, instead of storing the proof, we can create the proof of user's validity on dynamically, after every Pull Request opened. Although, this is an open question and would be clarified by the end of week-1).

*## What will I be documenting here? *
I plan to post weekly updates throughout this mentorship. Each post will cover what I built that week, the architectural decisions I made and, more importantly, why I made them, and what I learned or found difficult.
Specifically, I will be tracking:

1) Weekly progress updates on implementation
2) Architecture Decision Records explaining key technical choices
3) Demo videos after every major milestone
4) Honest reflections on blockers, mistakes, and lessons learned

I have some experience working with decentralized identity standards like OID4VCI and OID4VP from my previous projects, so i will try to explain the concepts too in as much detail as possible, to help the community.

## How can these posts be useful to you
These posts can be a genuine learning chance for individuals who are thinking to study concepts like DIDs, and dive into blockchain.
If you are working on decentralized identity, Hedera, open-source tooling, or LFX mentorship yourself, you can follow along.

Thanks a lot for reading until here!!
We can connect here:
linkedin: https://www.linkedin.com/in/darshit-khandelwal-49bb25288
GitHub: https://github.com/darshit2308