back to home

aptos-labs / explorer

The explorer of the Aptos blockchain

View on GitHub
123 stars
152 forks
16 issues
TypeScriptJavaScriptHTML

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing aptos-labs/explorer in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/aptos-labs/explorer)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

Aptos Explorer The Aptos Explorer is the official block explorer for the Aptos blockchain. It helps users and developers inspect on-chain activity and understand what is happening on Aptos. What the Explorer is for Use Aptos Explorer to: • View **transactions**, including payloads, events, and gas usage • Inspect **accounts**, including balances and resources • Browse **blocks** and network activity • Explore **validators** and staking related data • Review **analytics** pages backed by datasets in How to access it Hosted The canonical hosted instance is available at . Run locally **Prerequisites** • Node.js (see for the expected version) • (see for the pinned version) **Install** **Start the dev server** • Port 3030: • Port 3000: **Build** How to contribute Contributions are welcome, including bug fixes, performance improvements, docs, and new features. Development workflow • Fork the repo and create a branch from • Make your changes • Run formatting and lint checks before opening a pull request: • Run tests when applicable: Project notes • The primary application code is in . • contains legacy or compatibility code. Prefer for new work. • Agent workflows and task tracking live in and . How to file issues Use GitHub Issues to report bugs, request features, or request address verification: • New issue: • Existing issues: Please pick the appropriate issue template and include clear reproduction steps and expected behavior when reporting bugs. Contributors Thanks to all contributors who help improve Aptos Explorer.