Web3j Example Save

Android web3j example

Project README

web3j-example

A simple android implementation of Ethereum wallet and smart contracts interaction.

Getting started

First, add the following dependencies to your project:

Maven

<dependency>
  <groupId>org.web3j</groupId>
  <artifactId>core-android</artifactId>
  <version>2.2.1</version>
</dependency>

Gradle

compile ('org.web3j:core-android:2.2.1')

Run geth (or another) client

This will run a private network. You may also run it with --testnet flag.

$ geth --dev --rpc --rpcapi "eth,net,web3,personal"  --rpcaddr="localhost" --rpcport="8545" --rpccorsdomain="*"
Open Source Agenda is not affiliated with "Web3j Example" Project. README Source: eirlis/web3j-example
Stars
27
Open Issues
1
Last Commit
5 years ago

Open Source Agenda Badge

Open Source Agenda Rating