Skip to content

Commit

Permalink
Readme draft
Browse files Browse the repository at this point in the history
  • Loading branch information
alexesnsk committed Jul 7, 2016
1 parent 19c27ea commit dbb763f
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
# ethplorer
# Ethplorer
Ethereum tokens (based on EIP20 standard) and transactions viewer

Mainnet and testnet are supported.

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

# Instalation

Clone repository into separate webserver's directory.
```
cd /var/www
mkdir ethplorer
git clone https://github.com/amilabs/ethplorer.git cp-tools
```

Make sure your web server supports .htaccess and mod_rewrite.

# Configure RPC

Copy cfg/config.tools.sample.php to cfg/config.tools.php and specify RPC addresses.

Use composer to install dependencies.
```
php composer.phar install
```

0 comments on commit dbb763f

Please sign in to comment.