Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.43 KB

README.md

File metadata and controls

58 lines (36 loc) · 1.43 KB

Local Sui Explorer

Sui Explorer for your localnet.

Sui Explorer for Localnet: Screenshot

A fork of sui-explorer, originally developed by MystenLabs and now discontinued.

Requirements

Install

# globally
npm install -g sui-explorer-local@latest
# or to your project:
npm install -D sui-explorer-local@latest

Use

Start (on http://localhost:9001/):

sui-explorer-local start

Stop:

sui-explorer-local stop

Restart:

sui-explorer-local restart

Troubleshot

To display logs for the PM2 process manager, which powers the app, run this command:

npx pm2 logs sui-explorer-local --nostream

Usage examples

Sui Explorer Local is integrated into Sui dApp Starter and Suibase.

License & copyright

Original version of Sui Explorer - © MystenLabs, Apache-2.0

All changes after Apr 10, 2024 are a subject of copyright of Konstantin Komelin and other involved contributors.