Skip to content
View sid200727's full-sized avatar
🤓
Always A Learner
🤓
Always A Learner

Block or report sid200727

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sid200727/README.md

Typing SVG


 


👩‍💻 About Me

I'm a first-year B.Tech CSE (AI/ML) student and an independent open-source contributor to the Hyperledger Fabric-X ecosystem.

🔗  Repos       fabric-token-sdk  ·  fabric-smart-client
🧠  Interests   Blockchain  ·  ZK-SNARKs  ·  Distributed Systems  ·  AI/ML
🛠️  Stack       Go  ·  Python  ·  ASN.1  ·  PostgreSQL  ·  squirrel
⚡  Principle   Accuracy over speed. Quality over volume.

🧩 What I Build

🔐 Privacy & Identity 🗄️ Database Systems 🤖 AI / ML
Policy-based identity systems SQL query builder migrations Healthcare records platform
Token privacy layers (UTXO) Pagination & store abstractions Role-based access dashboards
ZK-proof driver integration Multi-store vault architecture RAG pipelines & NLP tooling
ASN.1 encoding & marshaling Integration & unit test suites Generative AI side projects

Primarily contributing to enterprise blockchain infrastructure at the intersection of cryptography, distributed systems, and Go engineering.


🛠️ Tech Stack

Hyperledger Fabric ZK-SNARKs AI/ML Blockchain


📊 Stats




🔮 What I'm currently focused on
type Focus struct {
    Domain   string
    Building []string
    Goal     string
}

var current = Focus{
    Domain: "Hyperledger Fabric-X ecosystem",
    Building: []string{
        "Policy-based identity & boolean access control systems",
        "Database layer migrations for distributed vault stores",
    },
    Goal: "LFX Mentorship 2026 · Fabric-X Chaincode Support",
}

Pinned Loading

  1. fabric-token-sdk fabric-token-sdk Public

    Forked from hyperledger-labs/fabric-token-sdk

    The Fabric Token SDK provides a collection of APIs and services that streamline development for token-based distributed applications.

    Go 1

  2. SimpleMem SimpleMem Public

    Forked from aiming-lab/SimpleMem

    SimpleMem: Efficient Lifelong Memory for LLM Agents

    Python 1

  3. Snake-xanvier Snake-xanvier Public

    JavaScript 1

  4. Tic-tac-toe-game Tic-tac-toe-game Public

    game making

    JavaScript 1

  5. AI_Multi-Sig_Wallet AI_Multi-Sig_Wallet Public

    HTML

  6. fabric-smart-client fabric-smart-client Public

    Forked from hyperledger-labs/fabric-smart-client

    The Fabric Smart Client is a new Fabric Client that lets you focus on the business processes and simplifies the development of Fabric-based distributed application.

    Go