![Logo](/markosneiders/MantleCharter/raw/main/src/assets/images/MantleCharterLogo.png)
MantleCharter is a graphicaly based Mantle address transaction explorer which let's you view an addresses transaction history in various graphicaly based ways.
Try it out »
View Demo »
Report Bug
·
Request Feature
Table of Contents
This project is a GraphBased transaction explorer on the Mantle L2 blockchain built with React.js. In this explorer, each node represents an address while the links between the nodes are transactions. The project also includes a TimeLine view where a user can view each transaction more thoroughly and see how many transactions were sent on a particular date.
- Graph view: A graphical representation of transaction flow between different addresses on the Mantle L2 blockchain.
- TimeLine view: Explore transactions in a detailed way and visualize transaction volume over time.
- User can click on any node to change the current address view to the one that was clicked.
- MetaMask integration: Ability to connect to MetaMask and view transaction data for your own address on Mantle.
- Search functionality: Ability to search for specific addresses or transactions on the blockchain.
To get a local copy of MantleCharter up and running follow these steps:
Make sure you have npm installed on your computer
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/markosneiders/MantleCharter.git
- Install NPM packages
npm install
- Enter into the folder
cd MantleCharter
- Start the project
npm start
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
@markosneiders - [email protected]
Project Link: https://github.com/markosneiders/MantleCharter