Skip to content
View starfrich's full-sized avatar
👨‍💻
I may be slow to respond.
👨‍💻
I may be slow to respond.

Block or report starfrich

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
starfrich/README.md

Hi, I’m Starfish

I work on web3 tooling, data, and open source projects. I enjoy exploring protocols by building things, running infra, and contributing to public repos.

Focus

  • Backend and web3 development
  • Onchain metrics, dashboards, and infra
  • Experimenting with new protocols and ideas

What I do

  • Build small to medium web3 products and prototypes
  • Create dashboards and tools around onchain data

Stats

starfrich github-readme-stats

starfrich github readme activity graph

Pinned Loading

  1. ethos-skill ethos-skill Public

    A Claude Code skill for the Ethos Network API blockchain-based reputation platform.

  2. ethos-scan ethos-scan Public

    Ethoscan is a Chrome Extension that displays Ethos Network reputation data inline on supported blockchain explorers. The extension is strictly representational and does not perform interpretation, …

    TypeScript

  3. opensea-bot opensea-bot Public

    Real-time NFT sales monitoring for OpenSea collections with Discord Bot integration and WebSocket streaming.

    TypeScript

  4. Installer for ethos-skill - Claude C... Installer for ethos-skill - Claude Code skill for Ethos Network API
    1
    #!/bin/sh
    2
    set -e
    3
    
                  
    4
    # Detect OS and set default skills directory
    5
    if [ -n "$CLAUDE_SKILLS_DIR" ]; then