A basic standard token dApp (semantic/jquery/web3)
-
Install geth, create an account:
geth --testnet account new
-
Copy the new account address, paste it in the ZeroGox faucet, click "Gimme Wei":
https://zerogox.com/ethereum/wei_faucet
-
Run an Ethereum testnet geth node:
geth --testnet --unlock "0" --rpc --rpcapi="db,eth,net,web3" --rpcaddr="0.0.0.0" --rpccorsdomain="*"
-
Open the dApp.html in Chrome
cd token
python -m SimpleHTTPServer 8000
Then in Chrome open http://localhost:8000
to view the dApp
https://chrome.google.com/webstore/detail/nkbihfbeogaeaoehlefnkodbefgpgknn/
0x3364ed250ea774146a0fbbc1da0ffa6a81514ca7