WEB APP TEST ON GOOGLE CHROME: PRESS F12 TO OPEN CONSOLE
DO NOT TEST THIS API IN PUBLIC COMPUTERS
ALWAYS DO CLEAR CONSOLE HISTORY AFTER WORKING
CONNECT TO AN ETHEREUM TEST NODE
launchRpc(`https://ropsten-rpc.linkpool.io`,`ropsten`);
CREATE YOUR NEW WALLET IF YOU HAVE NONE
userCreate(`your_secret_passcode`);
userImport(`new_secret_passcode`, `existing_private_key`);
UNLOCK YOUR WALLET WITH SECRET PASSCODE
userUnlock(`your_secret_passcode`, `your_keystore`);
START YOUR WORKING SESSION
getData(`your_ethereum_wallet`, 1);
getData(sender, 1);