Skip to content

Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.

License

Notifications You must be signed in to change notification settings

ReallyMadCatter/explorer-callisto-network

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlockScout

Blockchain Explorer for inspecting and analyzing EVM Chains.

Blockscout Join the chat at https://gitter.im/poanetwork/blockscout

BlockScout provides a comprehensive, easy-to-use interface for users to view, confirm, and inspect transactions on EVM (Ethereum Virtual Machine) blockchains. This includes the POA Network, xDai Chain, Ethereum Classic and other Ethereum testnets, private networks and sidechains.

See our project documentation for detailed information and setup instructions.

Visit the POA BlockScout forum for FAQs, troubleshooting, and other BlockScout related items. You can also post and answer questions here.

You can also access the dev chatroom on our Gitter Channel.

About BlockScout

BlockScout is an Elixir application that allows users to search transactions, view accounts and balances, and verify smart contracts on the Ethereum network including all forks and sidechains.

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.

Supported Projects

BlockScout supports a number of projects. Hosted instances include POA Network, xDai Chain, Ethereum Classic, Sokol & Kovan testnets, and other EVM chains.

Getting Started

See the project documentation for instructions:

Acknowledgements

We would like to thank the EthPrize foundation for their funding support.

Contributing

See CONTRIBUTING.md for contribution and pull request protocol. We expect contributors to follow our code of conduct when submitting code or comments.

License

License: GPL v3.0

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.

Callisto Enviroment Variables

SECRET_KEY_BASE and DATABASE_URL are examples.

export COIN=CLO
export DATABASE_URL="postgresql://postgres:postgres@localhost:5432/blockscout" - !Example
export ETHEREUM_JSONRPC_HTTP_URL="http://193.105.159.180:8545"
export ETHEREUM_JSONRPC_VARIANT="geth"
export LOGO="/images/callisto_logo_color.svg"
export LOGO_FOOTER="/images/callisto_logo.svg"
export NETWORK="Callisto"
export SUBNETWORK="Mainnet"
export COINGECKO_COIN_ID=callisto
export SECRET_KEY_BASE=aHL37ktzAVB4YTPdeab3EWOWOnw77U7EdrJtTKJ39HUcGXEKB9MGX6eC19Y5s4Vg
export INDEXER_MEMORY_LIMIT="8Gb"

About

Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 77.0%
  • HTML 8.1%
  • JavaScript 5.4%
  • SCSS 4.6%
  • Solidity 4.4%
  • Makefile 0.3%
  • Other 0.2%