ether-camp / ethereum-sandbox

Ethereum Sandbox
GNU Affero General Public License v3.0
7 stars 8 forks source link

expose `personal` API #57

Open SCBuergel opened 7 years ago

SCBuergel commented 7 years ago

In order to test a DAPP in Ethereum Studio realistically it would be good to support the full RPC API. Currently

web3.personal.unlockAccount(sender, password, 120);

results in Error: Method not found. This is most likely because the sandbox node is started without exposing the personal API.

romanman commented 7 years ago

@SCBuergel good will add this as feature in the future