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.
- Features
- Prerequisites
- Installation
- Configuration
- Running the Explorer
- Building for Production
- Contributing
- License
- Acknowledgments
- Contact
- 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.
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.
git clone https://github.com/yourusername/mantra-chain-explorer.git
cd mantra-chain-explorer
yarn install
Place your custom logo in the public
directory and ensure the VUE_APP_LOGO_URL
in your .env
file points to it.
yarn serve
The explorer should now be running at http://localhost:5173
.
Open your web browser and navigate to http://localhost:5173
to start exploring MANTRA Chain.
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.
We welcome contributions to enhance the MANTRA Chain Explorer. To contribute:
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/your-feature-name
-
Commit your changes:
git commit -m "Add your message here"
-
Push to the branch:
git push origin feature/your-feature-name
-
Open a Pull Request on GitHub.
This project is licensed under the GNU Public License. See the LICENSE file for details.
- Ping.pub for the original Cosmos blockchain explorer framework.
- The MANTRA community for their continuous support.
For support or inquiries:
- Website: mantrachain.io
Happy exploring the MANTRA Chain!
Developers: @liangping @dingyiming @mantramatt