/ggx-dexplorer

Disposable Cosmos-based Blockchain Explorer

Primary LanguageTypeScriptGNU General Public License v2.0GPL-2.0

Dexplorer

Disposable Cosmos-based Blockchain Explorer

Report Issues · Request Feature

GitHub Dexplorer Deploy 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