Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
alexesnsk committed Jul 22, 2016
1 parent f6a3efe commit 559395d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Ethplorer
Ethereum tokens (based on EIP20 standard) and transactions viewer

Mainnet and testnet are supported.
Ethereum tokens and transactions viewer.

View tokens developed with ethereum [ERC20 (before known as EIP20)](https://github.com/ethereum/EIPs/issues/20) standard.
Explore sender, receiver and amount of transaction in token units.


[Online version at Ethplorer.io](https://ethplorer.io)

Expand All @@ -11,12 +14,11 @@ Clone repository into separate webserver's directory.
```
cd /var/www
mkdir ethplorer
git clone https://github.com/amilabs/ethplorer.git 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.

0 comments on commit 559395d

Please sign in to comment.