Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arifintahu/dexplorer
- Owner: arifintahu
- License: gpl-2.0
- Created: 2023-04-02T02:04:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T10:13:26.000Z (about 2 months ago)
- Last Synced: 2024-09-18T05:50:11.883Z (about 2 months ago)
- Topics: cosmos-ecosystem, explorer, reactjs, typescript
- Language: TypeScript
- Homepage: https://dexplorer.cakralabs.online
- Size: 377 KB
- Stars: 17
- Watchers: 1
- Forks: 33
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)