Crypto Developer Activity Tracker (GitHub) avatar

Crypto Developer Activity Tracker (GitHub)

Pricing

Pay per usage

Go to Apify Store
Crypto Developer Activity Tracker (GitHub)

Crypto Developer Activity Tracker (GitHub)

Track GitHub commit activity and repo health for 18+ major crypto protocols (ETH, BTC, SOL, ATOM, APT, SUI + DeFi). 4-week vs 13-week commit trends. No API key needed. $0.005/repo.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Track GitHub commit activity and repository health for 18+ major crypto protocols (ETH, BTC, SOL, ATOM, APT, SUI + DeFi). Measure developer momentum with 4-week vs 13-week commit trends. No API key required. $0.005/repo (~$0.09 for all 18 defaults).


Why Developer Activity Matters

Code commits are a leading indicator for ecosystem growth. Protocols with accelerating developer activity often see increased dApp deployments, TVL growth, and user adoption before price follows. This actor gives you a quantitative view of which projects are building vs stalling.

What It Tracks

For each repository:

  • Commit velocity: 4-week, 13-week, and 52-week commit counts
  • Activity trend: accelerating / stable / slowing / stalled
  • Repo health: stars, forks, open issues, watchers, days since last push
  • Metadata: language, license, default branch

Activity Trend Calculation

4-week commits vs 13-week average (annualized to 4-week equivalent):
ratio = 4-week-commits / (13-week-commits / 13 * 4)
- accelerating: ratio ≥ 1.3 (recent 4-week pace 30% above average)
- stable: 0.85 ≤ ratio < 1.3
- slowing: 0.5 ≤ ratio < 0.85
- stalled: ratio < 0.5

Default Protocols Tracked

SymbolProjectRepository
ETHEthereum (go-ethereum)ethereum/go-ethereum
BTCBitcoin Corebitcoin/bitcoin
SOLSolanasolana-labs/solana
ATOMCosmos SDKcosmos/cosmos-sdk
APTAptos Coreaptos-labs/aptos-core
SUISuiMystenLabs/sui
NEARNEAR Protocolnear/nearcore
DOTPolkadot SDKparitytech/polkadot-sdk
AVAXAvalancheava-labs/avalanchego
MATICPolygon Bormaticnetwork/bor
ARBArbitrum NitroOffchainLabs/nitro
BASEBase Nodebase-org/node
TIACelestiacelestiaorg/celestia-node
UNIUniswap v4Uniswap/v4-core
HYPEHyperliquidhyperliquid-dex/node-indexer
AAVEAave v3aave/aave-v3-core
MORPHOMorpho BlueMorpho-Labs/morpho-blue
PENDLEPendle Financependle-finance/pendle-core-v2

Example Output

{
"symbol": "SUI",
"project_name": "Sui",
"github_url": "https://github.com/MystenLabs/sui",
"stars": 7842,
"forks": 2156,
"open_issues": 412,
"days_since_push": 0,
"commits_4w": 348,
"commits_13w": 1024,
"commits_52w": 3980,
"activity_trend": "accelerating",
"language": "Rust",
"license": "Apache-2.0",
"fetched_at": "2026-07-08T15:00:00Z"
}

Common Use Cases

Find most active protocols (4-week):

{"sortBy": "commits_4w", "limit": 10}

Accelerating projects only:

{"trendFilter": "accelerating", "sortBy": "commits_4w"}

Large established repos only:

{"minStars": 5000, "sortBy": "commits_4w"}

Track custom DeFi protocols:

{
"includeDefaults": false,
"customRepos": [
{"owner": "compound-finance", "repo": "compound-protocol", "symbol": "COMP", "name": "Compound"},
{"owner": "curvefi", "repo": "curve-contract", "symbol": "CRV", "name": "Curve"}
]
}

Input Parameters

ParameterTypeDefaultDescription
includeDefaultsbooleantrueInclude the 18 pre-configured protocol repos
customReposarray[]Additional repos: {owner, repo, symbol, name}
sortBystringcommits_4wSort field (commits_4w, commits_13w, stars, forks, etc.)
trendFilterstring``Filter by trend: accelerating/stable/slowing/stalled
minStarsinteger0Minimum GitHub stars threshold
limitinteger50Max results (up to 200)

Pricing

  • $0.005 per repository tracked
  • 18 default repos = $0.09/run
  • Custom repos each add $0.005

Data Source

GitHub REST API — public data, no authentication required. Commit stats are computed by GitHub and may return 202 (computing) on first request — the actor handles retry automatically.

Note: GitHub commit stats cover public commits to the default branch. Metrics reflect development activity, not all on-chain activity.