News about Management

More / Etherum Reddit - 1 year ago

Pluggable identity management solution

I'm investigating the possibility of an app that would use blockchain for authorization. Is there a pluggable Ethereum-based solution that could be used in such an app (similar to how we use "Login with Google")? submitted by ...

More / Etherum Reddit - 1 year ago

Geth account management through console

A few years ago I used to access my ethereum account in ~/.ethereum/keystore though geth console as follows: eth.accounts[0] (returned ethereum account) personal.unlockAccount(eth.accounts[0]) (unlock account in order to send ether) web3.fromWei(et...