About Explorer
This software is an open-source blockchain explorer designed specifically for projects built on the Cosmos SDK. It provides a comprehensive and user-friendly interface for navigating and analyzing blockchain data, enabling users to explore transactions, blocks, validators, and other key metrics. With this tool, developers and enthusiasts can gain deeper insights into the blockchain networks powered by the Cosmos ecosystem. Its open-source nature ensures transparency, adaptability, and community-driven enhancements, making it an ideal solution for those seeking to monitor and interact with Cosmos-based blockchain projects.
Getting Started
npm install
- Open
.env.development
and.env.production
- Fill your API url address, site name, denom and minimal denom:
VITE_API_URL=https://
VITE_SITE_NAME=""
VITE_DENOM=""
VITE_MINIMAL_DENOM=""
npm run dev
Questions
For questions and support please write to [email protected]