smartcontractkit/chainlink

node of the decentralized oracle network, bridging on and off-chain computation

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 58 minutes ago
Added to GitGenius on September 8th, 2026
Created on November 20th, 2017
Open Issues & Pull Requests: 191 (-1)
GitHub issues: Enabled
Number of forks: 1,984
Total Stargazers: 8,241 (+0)
Total Subscribers: 310 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 12.1 days
Mean response time: 106.3 days
90th percentile: 261.5 days
Tracked items: 53

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 7% of issues opened in the past year have been closed. Three people close 71% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 43
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 551 days
Stale 30+ days: 41
Stale 90+ days: 39

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • accepted (1)
  • enhancement (1)
  • good first issue (1)
  • needs votes (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Chainlink is a decentralized oracle network node that bridges on-chain and off-chain data and computation.

Smart contracts running on blockchains cannot directly access real-world data or perform complex computations outside the blockchain. Chainlink solves this by operating a decentralized network of nodes that fetch external data, perform off-chain calculations, and report results back to smart contracts. The core node software runs on individual node operators' machines, allowing them to participate in the network while maintaining the security properties of blockchain-based verification.

Chainlink suits projects that need reliable access to external data feeds, price information, or results from computations too expensive to run on-chain. Node operators should expect to run a Go-based binary with PostgreSQL as a backing database and be prepared to manage infrastructure for reliable operation. The project provides pre-built Docker images for deployment and maintains official documentation covering setup and integration patterns.

Development activity shows consistent engagement with the codebase through regular updates and active issue tracking. The project maintains organized contribution guidelines and an active community presence, with Discord serving as the primary channel for development discussion and support. The repository includes comprehensive setup documentation and development guides, indicating attention to onboarding contributors and operators.