Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: zororaka on September 24, 2018, 06:10:12 PM



Title: How to create a public key and private key using web3js ?
Post by: zororaka on September 24, 2018, 06:10:12 PM
I am learning to use web3js in this case to create an ethereum address and a private key to make a simple dapp.

Can anyone tell me to use this web3js? If you are pleased, I ask for help on how to use it :)

My achievement recently studied to see the balance of ethereum and token ERC20.

To further solidify this post, maybe there are also people who can share information about web3js as a reference for me and others who see this post :)


Title: Re: How to create a public key and private key using web3js ?
Post by: Piggy on September 25, 2018, 08:34:54 AM
i never tried myself as i think it may be better and safe use some other recognized way to create new accounts (metamask or myetherwallet) however here is what you are looking for https://web3js.readthedocs.io/en/1.0/web3-eth-accounts.html


Title: Re: How to create a public key and private key using web3js ?
Post by: zororaka on September 25, 2018, 12:59:18 PM
If use it separately like using json-rpc, does anyone know where the complete reference is ? :)