An explorer for ERC20 based Ethereum tokens
Last updated Jun 29, 2026
267
Stars
120
Forks
10
Issues
0
Stars/day
Attention Score
70
Language breakdown
JavaScript 69.2%
HTML 29.6%
CSS 1.2%
▸ Files
click to expand
README
ERC20-Exporter
Lightweight explorer for ERC20 based Ethereum tokens
ERC20-Exporter is an 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. A demo instance connected to the Golem Network Token is available at gnt.etherchain.org.Current Features
- Browse transactions and accounts
- Named accounts
- Event log browser
- Supports Transfer and Approval events
- Live Backend Node status display
- Support for all Bootswatch skins
- Accounts enumeration
- Supports IPC and HTTP backend connections
- Responsive layout
Getting started
Supported OS: Ubuntu 16.04 Supported Ethereum backend nodes: Parity, Geth (untested)- 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.exampleintoconfig.jsand adjust the file to your local environment & token
- Start the explorer:
npm start
- Browse to
http://localhost:3000
🔗 More in this category