rethore / accounts

A simple Ethereum token account WebUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

accounts

A simple Ethereum token account WebUI

The WebUI code is based on meteor and the smart contract on solidity

Installing

You need to install an ethereum client. Geth was used to develop this app and should work fine. See the instructions on ethereum.org.

You will also need to install Meteor locally. See the instructions on meteor.com.

Running the app locally

To run you need to have a local node running the Ethereum testnet.

$ geth --fast --testnet --rpc --rpccorsdomain "http://localhost:3000"

Note that it will take a while to scynchronize the blockchain the first time you run your ethereum client. It's the testnet, so don't send real Ether to your address.

In another console window you can start the webapp

$ cd app/
$ meteor

About

A simple Ethereum token account WebUI

License:MIT License


Languages

Language:HTML 49.8%Language:JavaScript 49.7%Language:CSS 0.4%