All Projects → gobitfly → Erc20 Explorer

gobitfly / Erc20 Explorer

Licence: gpl-3.0
An explorer for ERC20 based Ethereum tokens

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Erc20 Explorer

Deltabalances.github.io
The Ethereum decentralized exchange assistant. Check token balances, transaction details & trade history.
Stars: ✭ 128 (-48.39%)
Mutual labels:  blockchain, ethereum, erc20, token
Alpha Wallet Android
An advanced Ethereum mobile wallet
Stars: ✭ 133 (-46.37%)
Mutual labels:  blockchain, ethereum, erc20
Awesome Blockchain Kor
<블록체인의 정석>, <하이퍼레저 블록체인 개발> 소스코드 및 참고자료 저장소
Stars: ✭ 243 (-2.02%)
Mutual labels:  blockchain, erc20, token
Alpha Wallet Ios
An advanced Ethereum mobile wallet
Stars: ✭ 140 (-43.55%)
Mutual labels:  blockchain, ethereum, erc20
Tokensale
Tokensale Best Practices for Founders
Stars: ✭ 50 (-79.84%)
Mutual labels:  blockchain, ethereum, erc20
Etherscan Ml
Python Data Science and Machine Learning Library for the Ethereum and ERC-20 Blockchain
Stars: ✭ 55 (-77.82%)
Mutual labels:  blockchain, ethereum, erc20
Hashed Timelock Contract Ethereum
Hashed Timelock Contracts for ETH, ERC20 and ERC721 on Ethereum
Stars: ✭ 128 (-48.39%)
Mutual labels:  blockchain, ethereum, erc20
Toshi Android Client
Android client for Toshi
Stars: ✭ 167 (-32.66%)
Mutual labels:  blockchain, ethereum, token
Framework
0xcert Framework - JavaScript framework for building decentralized applications - build something unique
Stars: ✭ 213 (-14.11%)
Mutual labels:  blockchain, ethereum, token
Ico Contracts
Ethereum smart contracts that have been used during successful ICOs
Stars: ✭ 160 (-35.48%)
Mutual labels:  blockchain, ethereum, erc20
Ethereumbook
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
Stars: ✭ 11,663 (+4602.82%)
Mutual labels:  blockchain, ethereum, token
Universaltoken
Implementation of Universal Token for Assets and Payments
Stars: ✭ 176 (-29.03%)
Mutual labels:  ethereum, erc20, token
Eth Hodler
A simple DApp & ERC20 token written in Solidity running on the Ethereum blockchain www.hdao.org
Stars: ✭ 31 (-87.5%)
Mutual labels:  blockchain, ethereum, erc20
Etherwalletkit
Ethereum Wallet Toolkit for iOS - You can implement an Ethereum wallet without a server and blockchain knowledge.
Stars: ✭ 96 (-61.29%)
Mutual labels:  blockchain, ethereum, token
Blockscout
Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.
Stars: ✭ 913 (+268.15%)
Mutual labels:  blockchain, ethereum, explorer
Ethvm
⚡️EthVM: Open Source Processing Engine and Block Explorer for Ethereum ⚡️
Stars: ✭ 319 (+28.63%)
Mutual labels:  blockchain, ethereum, explorer
Web3j Sample
web3j 样例程序
Stars: ✭ 317 (+27.82%)
Mutual labels:  ethereum, erc20, token
Awesome Token Sale
Curated list of token sale resources / ICO resources
Stars: ✭ 149 (-39.92%)
Mutual labels:  blockchain, ethereum, token
Trust Ray
☁️ API for the Trust Wallet. Project no longer supported and current version used as source of transactions and address tokens in Blockatlas https://github.com/trustwallet/blockatlas/blob/master/config.yml#L64
Stars: ✭ 172 (-30.65%)
Mutual labels:  blockchain, ethereum, erc20
Protocol
Loopring Protocol Smart Contract on Ethereum
Stars: ✭ 220 (-11.29%)
Mutual labels:  ethereum, erc20, token

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

Missing a feature? Please request it by creating a new Issue.

Getting started

Supported OS: Ubuntu 16.04

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
  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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].