<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Darshit Khandelwal</title>
    <description>The latest articles on DEV Community by Darshit Khandelwal (@darshit2308).</description>
    <link>https://dev.to/darshit2308</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3984308%2Fe0cd52d3-4766-4ca8-976b-f690d710cef8.png</url>
      <title>DEV Community: Darshit Khandelwal</title>
      <link>https://dev.to/darshit2308</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/darshit2308"/>
    <language>en</language>
    <item>
      <title>Starting My LFX Mentorship Journey: Building Contributor Identity Verification for Hiero</title>
      <dc:creator>Darshit Khandelwal</dc:creator>
      <pubDate>Sun, 14 Jun 2026 19:25:09 +0000</pubDate>
      <link>https://dev.to/darshit2308/starting-my-lfx-mentorship-journey-building-contributor-identity-verification-for-hiero-583</link>
      <guid>https://dev.to/darshit2308/starting-my-lfx-mentorship-journey-building-contributor-identity-verification-for-hiero-583</guid>
      <description>&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;## What am I building, and why does it matter? *&lt;/em&gt;&lt;br&gt;
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.&lt;br&gt;
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:&lt;/p&gt;

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

&lt;p&gt;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).&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;## What will I be documenting here? *&lt;/em&gt;&lt;br&gt;
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.&lt;br&gt;
Specifically, I will be tracking:&lt;/p&gt;

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

&lt;p&gt;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. &lt;/p&gt;

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

&lt;p&gt;Thanks a lot for reading until here!!&lt;br&gt;
We can connect here: &lt;br&gt;
linkedin: &lt;a href="https://www.linkedin.com/in/darshit-khandelwal-49bb25288" rel="noopener noreferrer"&gt;https://www.linkedin.com/in/darshit-khandelwal-49bb25288&lt;/a&gt;&lt;br&gt;
GitHub: &lt;a href="https://github.com/darshit2308" rel="noopener noreferrer"&gt;https://github.com/darshit2308&lt;/a&gt;&lt;/p&gt;

</description>
      <category>blockchain</category>
      <category>web3</category>
      <category>opensource</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
