https://github.com/protofire/polymesh-explorer
https://github.com/protofire/polymesh-explorer
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/protofire/polymesh-explorer
- Owner: protofire
- License: apache-2.0
- Created: 2024-09-13T21:22:36.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2025-03-12T13:02:41.000Z (10 months ago)
- Last Synced: 2025-03-12T14:20:03.116Z (10 months ago)
- Language: TypeScript
- Homepage: https://polymesh-explorer.vercel.app
- Size: 1.43 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔍 Polymesh Blockchain Explorer 🌐
## 🚀 About
Welcome to the Polymesh Blockchain Explorer! This powerful tool allows you to navigate and explore the Polymesh blockchain with ease. Dive into blocks, transactions, accounts, and more in a user-friendly interface.
## 🛠️ Technologies
- ⚛️ React
- 🔼 Next.js
- 🎨 Material-UI
- 🔗 Polymesh SDK
- 🔍 Tanstack Query
## 🏁 Getting Started
### Prerequisites
- Node.js (v14 or later)
- pnpm
### Installation
1. Clone the repository:
```sh
git clone https://github.com/protofire/polymesh-explorer.git
```
2. Navigate to the project directory:
```sh
cd polymesh-explorer
```
3. Install dependencies:
```sh
pnpm install
```
### Running the Development Server
Start the development server:
```sh
pnpm dev
```
Open [http://localhost:3005](http://localhost:3005) in your browser to see the explorer in action!
## 🌟 Features
- 📊 blockchain data
- 🔎 Advanced search functionality
- 💼 Account and asset information
- 📜 Identity and its relationships
- 🧱 Venue details
## 📄 License
This project is licensed under the [Apache 2.0 License](LICENSE).