https://github.com/aptos-labs/explorer
https://github.com/aptos-labs/explorer
aptos blockchain blockchain-explorer web3
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/aptos-labs/explorer
- Owner: aptos-labs
- Created: 2022-02-28T05:28:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T08:09:30.000Z (about 1 month ago)
- Last Synced: 2025-04-10T09:29:39.722Z (about 1 month ago)
- Topics: aptos, blockchain, blockchain-explorer, web3
- Language: TypeScript
- Homepage: https://explorer.aptoslabs.com/
- Size: 5.99 MB
- Stars: 106
- Watchers: 37
- Forks: 117
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aptos Explorer
## How to use
Clone the repo. Requires [pnpm](https://pnpm.io/installation)
Install dependencies:
```sh
pnpm install
```Build dependencies:
```sh
pnpm build
```Run below to start the app:
```sh
pnpm start
```