hyperledger-web3j / web3j

Lightweight Java and Android library for integration with Ethereum clients
https://www.web3labs.com/web3j-sdk
Other
5.12k stars 1.69k forks source link

How to create new account using web3j ? #358

Closed RakeshSainiRk closed 6 years ago

RakeshSainiRk commented 6 years ago

is see there is no class for (web3.personal.newAccount()) ... am i missing somthing or its not there ? if not then what can be the alternative ?

iikirilov commented 6 years ago

This is possible. Refer to the documentation here.

You can also use the CLI to do this. Refer here.

RakeshSainiRk commented 6 years ago

thank you so much @iikirilov

wjrmffldrhrl commented 4 years ago

I want same things but there are no information

did you solved it?