This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
DeFi-Map is an Awesome List-style documentation repository cataloging DeFi (Decentralized Finance) projects across Ethereum and related blockchain networks. It contains only Markdown files — no application code, no build system, no dependencies.
README.md— Main index linking to all chain-specific documentationaddress.md— Smart contract addresses and block explorer linksethereum.md— DeFi projects on Ethereum Mainnetarbitrum.md,base.md,ink.md,optimism.md,starknet.md— DeFi projects on Layer 2 solutionsavalanche.md,bsc.md,hyperliquid.md,plasma.md,polygon.md,provenance.md,solana.md,sui.md— DeFi projects on Alt L1 & Sidechains
Two GitHub Actions workflows:
- PR Title Check (
check-pr-title.yml): Enforces semantic PR titles viaamannn/action-semantic-pull-request(requires prefixes likefeat:,fix:, etc.) - Link Check (
linkchecker.yml): Validates all Markdown links usinggaurav-nelson/github-action-markdown-link-check. Runs daily at 9 AM UTC, on push to main, and on all PRs.
- Each DeFi project entry follows a consistent format:
- [Protocol Name](https://url/) Brief description.followed by indented sub-items (docs, github) <!-- markdown-link-check-disable/enable -->comments inREADME.mdcontrol the link checker — used around internal relative links- Two issue templates in
.github/ISSUE_TEMPLATE/:list-dapp.md(add new DApp) andfix-links.md(report broken links) - Licensed under CC0 (public domain)