August 2018
Intermediate to advanced
404 pages
11h 19m
English
Web3J is a Java and Android library for interacting with nodes and smart contracts on the Ethereum network.
// Java 8<dependency> <groupId>org.web3j</groupId> <artifactId>core</artifactId> <version>3.3.1</version> </dependency>// Android<dependency> <groupId>org.web3j</groupId> <artifactId>core</artifactId> <version>3.3.1-android</version> </dependency>
// Java 8compile ('org.web3j:core:3.3.1')// Androidcompile ('org.web3j:core:3.3.1-android')
Web3j web3 = Web3j.build(new HttpService());