I'm using web3j for Java. I able to create new accounts for my ethereum but i don't understand how i can get the single address using password or something else.
Asked
Active
Viewed 255 times
1 Answers
1
Credentials credentials = Credentials.create("password");
Will allow you to access credentials.getAddress()

Antony Denyer
- 1,541
- 1
- 15
- 31