Skip to content

kuppasekhar/androidweb3jwalletcreation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android web3j example of ethereum wallet creation, Connecting ethereum client and transfering funds to another accouns

First, add the following dependencies to your project(app/build.gradle):

implementation 'org.web3j:core:3.3.1-android'

Then use WalletUtils to create a new ethereum wallet into your devie

    String walletPath = WalletUtils.generateFullNewWalletFile("yourownpassword",FilepathToStoretheWalletJson);

About

Android web3j example of ethereum wallet creation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages