Skip to content

Ami-Solution/Ethplorer

Repository files navigation

Ethplorer

Ethereum tokens and transactions viewer.

View tokens developed with Ethereum's ERC20 (before known as EIP20) standard.

Explore sender, receiver and amount of transaction in token units.

Online version at Ethplorer.io

Installation

Clone repository into separate webserver's directory.

cd /var/www
mkdir ethplorer
git clone https://github.com/everexio/ethplorer.git ethplorer

Make sure your web server supports .htaccess and mod_rewrite.

Configure

Copy cfg/config.ethplorer.sample.js to cfg/config.ethplorer.js and specify service addresses.

About

Viewer of Ethereum tokens and transactions based on ERC20 standard.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.8%
  • CSS 24.3%
  • HTML 20.9%
  • PHP 13.0%