Questions tagged [web3js-v0.x]

For questions specifically about version 0.x of the web3js Javascript API and library for Ethereum

For questions specifically about version 0.x of the web3js Javascript API and library for Ethereum.

See also and for version-agnostic questions .

15 questions
1
vote
1 answer

How to register an account in web3.js v0.x

I want to create a new account using web3.js < v1.0 In web3.js 1.0.x we have this method: web3.eth.accounts.create(); or at least this method: web3.eth.accounts.privateKeyToAccount(myPrivateKey); But unfortunately I didn't any equivalent method in…
Alireza Zojaji
  • 594
  • 8
  • 28