Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arifintahu/dexplorer

Disposable Cosmos-based Blockchain Explorer
https://github.com/arifintahu/dexplorer

cosmos-ecosystem explorer reactjs typescript

Last synced: 7 days ago
JSON representation

Disposable Cosmos-based Blockchain Explorer

Awesome Lists containing this project

README

        


Dexplorer


Disposable Cosmos-based Blockchain Explorer




Report Issues
·
Request Feature

[![GitHub](https://img.shields.io/github/license/arifintahu/dexplorer.svg)](https://github.com/arifintahu/dexplorer/blob/main/LICENSE)
[![Dexplorer Deploy](https://vercelbadge.vercel.app/api/arifintahu/dexplorer)](https://github.com/arifintahu/dexplorer/deployments/activity_log)
[![Contributors](https://img.shields.io/github/contributors/arifintahu/dexplorer)](https://github.com/arifintahu/dexplorer/graphs/contributors)

`Dexplorer` is a disposable light explorer for Cosmos-based blockchains. It is designed to connect to any Cosmos SDK chain using only WebSocket RPC. This can be useful when developing Cosmos-based chains and exploring blockchain data through a UI.

## Features

- The ability to connect to any Cosmos-based RPC
- A dashboard to easily monitor chain activity
- The ability to subscribe to the latest blocks and transactions
- A search function that allows you to quickly find blocks, transactions, and accounts
- A list of active validators
- A list of proposals
- Blockchain parameters

## How is Dexplorer different from other explorers?

`Dexplorer` is only a frontend app, meaning there is no cache or pre-processing. It pulls data from RPC as needed.

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

1. Fork the project
2. Create your feature branch ~ `git checkout -b feature/feature-name`
3. Commit your changes ~ `git commit -m 'Add some feature-name'`
4. Push to the branch ~ `git push origin feature/feature-name`
5. Open a Pull Request to original repo branch `main`

## Contributors

[@arifintahu](https://github.com/arifintahu)