Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 645 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 645 Bytes

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.