Kubscan URL: kubscan.com
Blockchain Explorer for inspecting and analyzing EVM Chains.
KUB Chain Explorer is an Elixir application that allows users to search transactions, view accounts and balances, and verify smart contracts on the KUB Chain network including all block data and transactions.
Currently available full-featured block explorers (Etherscan, Etherchain, Blockchair) are closed systems which are not independently verifiable. As Ethereum sidechains continue to proliferate in both private and public settings, transparent, open-source tools are needed to analyze and validate transactions.
KUB Chain supports a number of projects. Hosted instances include POA Network, xDai Chain, Ethereum Classic, Sokol & Kovan testnets, and other EVM chains.
- Install docker
- git clone https://github.com/kub-chain/kubscan.git
- cd kubscan/
- run
docker build -f docker/Dockerfile -t kubscan:v2 ../(will take many minutes to build) - run
source env_mainnet.shorsource env_testnet.sh - cd docker
- run a command
make -f Makefile.local startto start kubscan & postgres container - make sure explorer service is up by run
docker psit's will show two containers (blockscout & postgres db) - try to access at url: http://{ip-address}:80 or http://{domain name}
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.