Skip to content

ledgerlabs/token

Repository files navigation

token

A basic standard token dApp (semantic/jquery/web3)

Installation

  1. Install geth, create an account:

     geth --testnet account new
    
  2. Copy the new account address, paste it in the ZeroGox faucet, click "Gimme Wei":

     https://zerogox.com/ethereum/wei_faucet
    
  3. Run an Ethereum testnet geth node:

     geth --testnet --unlock "0" --rpc --rpcapi="db,eth,net,web3" --rpcaddr="0.0.0.0" --rpccorsdomain="*"
    
  4. 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

About

A basic token dApp (semantic/jquery/web3)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages