An open API service indexing awesome lists of open source software.

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

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
```