LFDT-web3j/web3j

Lightweight Java and Android library for integration with Ethereum clients

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 25 minutes ago
Added to GitGenius on September 12th, 2026
Created on September 4th, 2016
Open Issues & Pull Requests: 150 (+0)
GitHub issues: Enabled
Number of forks: 1,771
Total Stargazers: 5,403 (+0)
Total Subscribers: 213 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 33.0 days
Mean response time: 184.2 days
90th percentile: 652.1 days
Tracked items: 80

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 5% of issues opened in the past year have been closed. Three people close 82% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 30
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 760 days
Stale 30+ days: 26
Stale 90+ days: 24

Recent activity

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

Top labels

  • bug (43)
  • needs-review (25)
  • enhancement (15)
  • help wanted (2)
  • awaiting-pr (1)
  • awaiting-user-input (1)
  • documentation (1)
  • funded (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Web3j is a lightweight Java and Android library for integrating with Ethereum clients and working with smart contracts on the blockchain.

The library solves the problem of building Ethereum applications in Java without writing custom integration code. It provides a complete implementation of Ethereum's JSON-RPC client API over HTTP and IPC, allowing developers to interact with Ethereum nodes directly. A key feature is automatic generation of Java smart contract wrappers from Solidity and Truffle definitions, enabling developers to create, deploy, and interact with smart contracts using native Java code rather than managing low-level contract interactions manually. The library uses a reactive-functional API built on RxJava for handling asynchronous operations and filters.

Web3j suits Java and Android developers building Ethereum applications who want type-safe, modular integration with the blockchain. It works well for projects that need wallet support, smart contract interaction, or integration with Ethereum Name Service. The library supports major Ethereum service providers like Alchemy and Infura, eliminating the need to run a full Ethereum client. It also extends to enterprise blockchains through optional modules for JP Morgan's Quorum and Hyperledger Besu's privacy features.

The project maintains active community engagement through regular contributor calls and operates under the Hyperledger umbrella. Development activity shows ongoing maintenance with support for multiple Ethereum client APIs including Geth and Parity personal modules. The tool has minimal runtime dependencies, relying on established libraries like RxJava, OKHttp, Jackson, and Bouncy Castle for core functionality. Command-line tooling is provided to help developers bootstrap new projects quickly.