ACO explorer is an explorer based on the original ERC20-Explorer built with NodeJS, Express and Parity. It does not require an external database and retrieves all information on the fly from a backend Ethereum node. You must install either Geth or Parity of it to work.
A demo instance connected to the AriseCoin Token is available at aco.arisebank.com.
- Browse AriseCoin transactions and accounts
- AriseCoin Named accounts
- AriseCoin event log browser
- Supports Transfer and Approval events
- Live Backend Geth/Parity Node status display
- Support for all Bootswatch skins
- Accounts enumeration
- Supports IPC and HTTP backend connections
- Responsive layout
Missing a feature? Please request it by creating a new Issue.
Supported OS: Ubuntu 16.04 (Not recommended, but tested in production)
Supported Ethereum backend nodes: Parity, Geth (tested)
- Setup a nodejs & npm environment
- Install the latest version of the Parity Ethereum client
- Start parity using the following options:
parity --warp
- Clone this repository to your local machine:
git clone https://github.com/gobitfly/erc20-exporter
- Install all dependencies:
npm install
- Rename
config.js.example
intoconfig.js
and adjust the file to your local environment & token - Start the explorer:
npm start
- Browse to
http://localhost:3000
Please note that pre-ICO the initial data export will take seconds. After the ICO, it could take up to 10 hours. 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.