https://github.com/hylcore-v/block-explorer-cosmos
About Blockchain Explorer for Cosmos SDK networks
https://github.com/hylcore-v/block-explorer-cosmos
block-explorer cosmos-sdk vuejs
Last synced: 2 months ago
JSON representation
About Blockchain Explorer for Cosmos SDK networks
- Host: GitHub
- URL: https://github.com/hylcore-v/block-explorer-cosmos
- Owner: hylcore-V
- Created: 2024-11-01T06:43:42.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-24T17:13:02.000Z (7 months ago)
- Last Synced: 2025-04-12T22:53:38.734Z (2 months ago)
- Topics: block-explorer, cosmos-sdk, vuejs
- Language: Vue
- Homepage: https://block-explorer-cosmos.vercel.app/
- Size: 48.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blockchain explorer for Cosmos SDK
---
---
## 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
1. `npm install`
2. Open `.env.development` and `.env.production`
3. Fill your API url address, site name, denom and minimal denom:
```text
VITE_API_URL=https://
VITE_SITE_NAME=""
VITE_DENOM=""
VITE_MINIMAL_DENOM=""
```
4. `npm run dev`