Skip to content

Android web3j example of ethereum wallet creation In Kotlin

Notifications You must be signed in to change notification settings

kuppasekhar/androidweb3jsamplekotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android web3j example of ethereum wallet creation, connecting ethereum client and transfer funds to another accounts.

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

        val walletPath = WalletUtils.generateFullNewWalletFile("yourownpassword", walletPathFile)

About

Android web3j example of ethereum wallet creation In Kotlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages