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 b3ed463 commit 5bbec02
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# 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's' [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 +15,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 5bbec02

Please sign in to comment.