Skip to content

Viewer of Ethereum tokens and transactions based on ERC20 standard.

License

Notifications You must be signed in to change notification settings

ekyang/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 service/config.sample.php to service/config.php 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 44.7%
  • PHP 27.4%
  • CSS 22.2%
  • HTML 5.7%