lismore / smartcontract-dashboard

Useful test page for ICO Smart Contrcts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERC20 Smart Contract Dashboard

Build Status

Screenshot

The ERC20 Smart Contract Dashboard is a useful tool to quickly interact with your ERC20 Token Smart Contract. Access your token blance, maxSupply, name, symbol etc.

  • Useful for testing ERC20 smart contracts for consistency
  • Useful for jump starting an ERC20 Token Project
  • Useful as a reference point

New Features!

  • Max Token Supply
  • Current wallet address balance of token
  • Token Name
  • Token Symbol

Tech

The ERC20 Smart Contract Dashboard uses a number of open source projects to work properly:

  • [HTML5] - HTML5 enhanced for web apps!
  • [CSS]
  • [Javascript]
  • [Web3JS] - Ethereum compatible JavaScript API which implements the Generic JSON RPC spec.
  • Dillinger

Installation

On macOS or Linux

git clone https://github.com/lismore/smartcontract-dashboard.git
cd smartcontract-dashboard
python -m SimpleHTTPServer 8000

For production environments...

deploy files to web server

Development

Want to contribute? Great!

The ERC20 Smart Contract Dashboard uses plain HTML5 standards, try to stay with the HTML5 spec.

Todos

  • Add some CSS styles
  • Extract more information about contract
  • Add buy button
  • show token holders
  • display token holders by pie chart

License

MIT

Free Software, Hell Yeah!

About

Useful test page for ICO Smart Contrcts

License:MIT License


Languages

Language:HTML 80.5%Language:Python 16.0%Language:CSS 3.5%