I am unable to perform any transaction in Browser Solidity as there is no ether in the account.
The contract is being created, but now ether is needed to test the functions.
I have tried using the "value" field under the airplane toggle, but executing any function with a non-zero value here throws the following error:
VM Exception: invalid JUMP
How should I add ether to my test accounts?
Thanks in advance!
testrpcand running a local node, but still would be good to hear a solution for JS VM option. – dendog Jan 16 '17 at 23:00payablemodifier? – Tjaden Hess Jan 17 '17 at 02:31