Web3j is a lightweight, highly modular, reactive, type safe Java and Android library for working with Smart Contracts and integrating with clients (nodes) on the Ethereum network:

This allows you to work with the Ethereum blockchain, without the additional overhead of having to write your own integration code for the platform.
The Java and the Blockchain talk provides an overview of blockchain, Ethereum and Web3j.
Since Web3J moved under Hyperledger we started to do Web3J Contributors calls every 2 weeks! Subscribe to our community page and to see check our call schedule. Your contribution matters! - Community Link - Check our last updates! - Calendar Invite - Add the contributor call to your calendar!
It has five runtime dependencies:
It also uses JavaPoet for generating smart contract wrappers.
The simplest way to start your journey with Web3j is to create a project. We provide this functionality using the Web3j CLI. This latter can be installed as follows:
For Unix:
```shell script curl -L get.web3j.io | sh && source ~/.web3j/source.sh
For Windows, in Powershell:
```shell script
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/hyperledger/web3j-installer/main/installer.ps1'))
Create a new project by running:
```shell script $ web3j new
Or use our [Maven](https://github.com/web3j/web3j-maven-plugin) or
[Gradle](https://github.com/web3j/web3j-gradle-plugin) plugins to
generate java files from Solidity contracts.
#### Please head to the [Web3j Documentation](https://docs.web3j.io) for further instructions on using Web3j.
Maven
-----
Java:
```xml
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>6.0.0</version>
</dependency>
Note: The Web3j Java binaries are compiled using Java 21. Java 21 or a more recent version is required to use Web3j as a dependency.
Android:
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>4.12.3-android</version>
</dependency>
Java:
implementation ('org.web3j:core:6.0.0')
Android:
implementation ('org.web3j:core:4.12.3-android')
Web3j includes integration tests for running against a live Ethereum client. If you do not have a client running, you can exclude their execution as per the below instructions.
To run a full build (excluding integration tests):
$ ./gradlew check
To run the integration tests, you will need to set up these variables in order to pull the Docker images from the Docker Hub registry:
registry.usernameregistry.passwordThen run the following command:
$ ./gradlew -Pintegration-tests=true :integration-tests:test
If you do not want the integration test to run:
$ ./gradlew -Pintegration-tests=false :test
Check the Docker client API for more information on configuration options.
<img alt="Alphawallet logo" src="https://github.com/LFDT-web3j/web3j/raw/v6.0.0/static-imgs/alphawallet-light.svg" width="auto" height="50">
<img alt="Linea logo" src="https://github.com/LFDT-web3j/web3j/raw/v6.0.0/static-imgs/linea-light.svg" width="auto" height="50">
<img alt="ConsenSys logo" src="https://github.com/LFDT-web3j/web3j/raw/v6.0.0/static-imgs/consensys-light.svg" width="auto" height="50">
<img alt="ENS logo" src="https://github.com/LFDT-web3j/web3j/raw/v6.0.0/static-imgs/ens-light.svg" width="auto" height="50">
<img alt="Hyperledger Besu logo" src="https://github.com/LFDT-web3j/web3j/raw/v6.0.0/static-imgs/hyperledger-besu-light.svg" width="auto" height="50">
<img alt="Web3Auth logo" src="https://github.com/LFDT-web3j/web3j/raw/v6.0.0/static-imgs/web3auth_light.svg" width="auto" height="50">
<img alt="Hedera logo" src="https://github.com/LFDT-web3j/web3j/raw/v6.0.0/static-imgs/hedera-light.svg" width="auto" height="50">
<img alt="Celo logo" src="https://github.com/LFDT-web3j/web3j/raw/v6.0.0/static-imgs/celo-light.svg" width="auto" height="50">
<img alt="WalletConnect logo" src="https://github.com/LFDT-web3j/web3j/raw/v6.0.0/static-imgs/walletconnect-light.svg" width="auto" height="50">
<img alt="Argent logo" src="https://github.com/LFDT-web3j/web3j/raw/v6.0.0/static-imgs/argent-light.svg" width="auto" height="50">
<img alt="Unstoppable Domains logo" src="https://github.com/LFDT-web3j/web3j/raw/v6.0.0/static-imgs/unstoppable_domains-light.svg" width="auto" height="50">
<img alt="Fnality logo" src="https://github.com/LFDT-web3j/web3j/raw/v6.0.0/static-imgs/fnality-light.svg" width="auto" height="50">
<img alt="zksync logo" src="https://github.com/LFDT-web3j/web3j/raw/v6.0.0/static-imgs/zksync-light.svg" width="auto" height="50">
Commercial support and training is available from web3labs.com.
Apache 2.0
$ claude mcp add web3j \
-- python -m otcore.mcp_server <graph>