Skip to content
View viftode4's full-sized avatar
😶‍🌫️
moseying
😶‍🌫️
moseying

Highlights

  • Pro

Organizations

@Tribler

Block or report viftode4

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
viftode4/README.md

Vlad George Iftode

MSc Data Science & AI at TU Delft, Netherlands.

TrustChain

I'm building TrustChain, an open-source trust layer for AI agents. The idea: every agent-to-agent interaction creates a bilateral cryptographic record signed by both parties. Trust scores come from real interaction history, computed via max-flow network analysis so fake identities can't game the system.

It's based on the TrustChain protocol from TU Delft (Otte, de Vos, Pouwelse). I extended it with NetFlow trust computation and filed an IETF draft. Also submitted a response to the NIST CAISI RFI on AI agent security.

pip install trustchain-py

from trustchain import with_trust

@with_trust(name="my-agent")
def main():
    ...  # all HTTP calls now go through the trust proxy
Repo What
trustchain Rust core, QUIC P2P, HTTP proxy, dashboard, MCP server
trustchain-py Python SDK, @with_trust decorator, CLI, framework integrations
trustchain-js TypeScript SDK, OpenClaw plugin
trustchain-agent-os Adapters for 12 agent frameworks, MCP gateway

Other stuff

  • hackaton-dublin - Skyly: 3D data center feasibility estimator for Earth/Moon/Mars. React, Three.js, Rust, Solana. HackEurope Dublin 2026
  • haxbet - Stock market for hackathon ideas. Hit 130 concurrent users, patched live to fix botting. HackEurope Dublin 2026
  • partydrinks - OutDrink your friends. Live drink stats for parties
  • claude-usage-widget - Track your Claude API usage
  • Spotify-Ranker - Rank Spotify albums against each other
  • Computer-Graphics-project - C++ renderer, built for uni
  • Chess - Chess game in NodeJS

Pinned Loading

  1. hackaton-dublin hackaton-dublin Public

    Skyly — 3D solar system data center feasibility estimator. AI reports, Solana blockchain, Stripe payments. Built at HackEurope Dublin 2026.

    TypeScript

  2. haxbet haxbet Public

    HaxBet - Real-time betting platform built at HackEurope Dublin 2026. Hit 130 live users, patched on the fly to fix botting.

    TypeScript

  3. trustchain trustchain Public

    TrustChain - decentralized trust for AI agents. Rust core, QUIC P2P, transparent proxy, MCP server, dashboard

    Rust 2

  4. trustchain-agent-os trustchain-agent-os Public

    TrustChain Agent OS — Trust-native protocol layer for AI agents. Based on TrustChain (Otte, de Vos, Pouwelse — TU Delft).

    Python

  5. trustchain-js trustchain-js Public

    TrustChain TypeScript SDK - zero-dep HTTP client, sidecar management, OpenClaw plugin

    TypeScript

  6. trustchain-py trustchain-py Public

    TrustChain Python SDK - pip install trustchain-py, @with_trust decorator, CLI, framework integrations

    Python