Skip to content

MANTRA-Chain/explorer

 
 

Repository files navigation

MANTRA

MANTRA Explorer

version GitHub Twitter URL https://discord.gg/CmjYVSr6GW

Welcome to the MANTRA Chain Explorer repository! This project is a customized version of the Ping.pub Cosmos blockchain explorer, tailored specifically for the MANTRA Chain. The explorer provides a user-friendly interface to navigate and analyze the MANTRA blockchain data.

Table of Contents

Features

  • Block Explorer: View detailed information about blocks on MANTRA Chain.
  • Transaction Explorer: Search and analyze transactions with ease.
  • Validator Dashboard: Monitor validator performance and statistics.
  • Account Management: Check balances and transaction history of addresses.
  • Custom Integrations: Features and tools specific to MANTRA Chain.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js: Version 12.x or higher
  • Yarn: Version 1.22.x or higher
  • Git: To clone the repository
  • Access to MANTRA Chain Node: Ensure you have access to a MANTRA Chain RPC endpoint.

Installation

1. Clone the Repository

git clone https://github.com/yourusername/mantra-chain-explorer.git cd mantra-chain-explorer

2. Install Dependencies

yarn install

Configuration

1. Logo and Branding

Place your custom logo in the public directory and ensure the VUE_APP_LOGO_URL in your .env file points to it.

Running the Explorer

1. Start the Development Server

yarn serve

The explorer should now be running at http://localhost:5173.

2. Accessing the Explorer

Open your web browser and navigate to http://localhost:5173 to start exploring MANTRA Chain.

Building for Production

To create a production-ready build of the explorer, run:

yarn build

The build artifacts will be stored in the dist/ directory. You can deploy these static files to any web hosting service.

Contributing

We welcome contributions to enhance the MANTRA Chain Explorer. To contribute:

  1. Fork the repository.

  2. Create a new branch:

    git checkout -b feature/your-feature-name
  3. Commit your changes:

    git commit -m "Add your message here"
  4. Push to the branch:

    git push origin feature/your-feature-name
  5. Open a Pull Request on GitHub.

License

This project is licensed under the GNU Public License. See the LICENSE file for details.

Acknowledgments

  • Ping.pub for the original Cosmos blockchain explorer framework.
  • The MANTRA community for their continuous support.

Contact

For support or inquiries:


Happy exploring the MANTRA Chain!

Contributors

Developers: @liangping @dingyiming @mantramatt

About

A light explorer for Cosmos-based Blockchains.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 66.1%
  • TypeScript 32.7%
  • Other 1.2%