Open SCBuergel opened 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.
Error: Method not found
personal
@SCBuergel good will add this as feature in the future
In order to test a DAPP in Ethereum Studio realistically it would be good to support the full RPC API. Currently
results in
Error: Method not found
. This is most likely because the sandbox node is started without exposing thepersonal
API.