An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Blockchain explorer for Cosmos SDK

---

Explorer Logo

---

## 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`