From d27082142b052ab5ab7cb40198ba7895a8842342 Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 20 Jul 2018 11:48:42 +0300 Subject: [PATCH 1/2] update readme explorer instead of exporter for the cloning instruction :) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e09a281..c7d6dcd 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ Supported Ethereum backend nodes: Parity, Geth (untested) 1. Setup a nodejs & npm environment 2. Install the latest version of the Parity Ethereum client 3. Start parity using the following options: `parity --warp` -4. Clone this repository to your local machine: `git clone https://github.com/gobitfly/erc20-exporter` +4. Clone this repository to your local machine: `git clone https://github.com/gobitfly/erc20-explorer` 5. Install all dependencies: `npm install` 6. Rename `config.js.example` into `config.js` and adjust the file to your local environment & token 7. Start the explorer: `npm start` 8. Browse to `http://localhost:3000` -Please note that for large tokens the initial data export can take up to 30 minutes. Once completed it is recommended to change the exportStartBlock parameter in the config file to a block number that is around 30.000 blocks behind the current tip of the chain and restart the exporter. \ No newline at end of file +Please note that for large tokens the initial data export can take up to 30 minutes. Once completed it is recommended to change the exportStartBlock parameter in the config file to a block number that is around 30.000 blocks behind the current tip of the chain and restart the exporter. From c648aa24ff9e3c1a385815a2ae0001fe1c5a9210 Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 20 Jul 2018 11:49:41 +0300 Subject: [PATCH 2/2] Update README.md