0

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.

Andrew Regan
  • 5,087
  • 6
  • 37
  • 73
Simone Sorgon
  • 155
  • 1
  • 14

1 Answers1

1

Credentials credentials = Credentials.create("password");

Will allow you to access credentials.getAddress()

Antony Denyer
  • 1,541
  • 1
  • 15
  • 31