# token **Repository Path**: qpool/token ## Basic Information - **Project Name**: token - **Description**: web3-mode - **Primary Language**: HTML - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-09 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # token A basic standard token dApp (semantic/jquery/web3) ### Installation 0. Install geth, create an account: geth --testnet account new 1. Copy the new account address, paste it in the ZeroGox faucet, click "Gimme Wei": https://zerogox.com/ethereum/wei_faucet 1. Run an Ethereum testnet geth node: geth --testnet --unlock "0x" --rpc --rpcapi="db,eth,net,web3" --rpcaddr="127.0.0.1" --rpccorsdomain="*" 2. Open the dApp.html in Chrome ### Run Simple Python Server ``` cd token python -m SimpleHTTPServer 8000 ``` Then in Chrome open `http://localhost:8000` to view the dApp ### MetaMask https://chrome.google.com/webstore/detail/nkbihfbeogaeaoehlefnkodbefgpgknn/ ### Account Nick 0x3364ed250ea774146a0fbbc1da0ffa6a81514ca7