Skip to content
This repository has been archived by the owner on Jan 17, 2018. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 510 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 510 Bytes

Ethplorer

Ethereum tokens (based on EIP20 standard) and transactions viewer

Mainnet and testnet are supported.

Online version at Ethplorer.io

Installation

Clone repository into separate webserver's directory.

cd /var/www
mkdir ethplorer
git clone https://github.com/amilabs/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.