Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Latest commit

 

History

History
65 lines (40 loc) · 1.42 KB

README.md

File metadata and controls

65 lines (40 loc) · 1.42 KB

Local Sui Explorer: Cli


This project was integrated into the main Local Sui Explorer project, so please use it instead.


A Cli tool that delivers Local Sui Explorer to your local machine.

Sui Explorer for Localnet: Screenshot

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, run this command:

sui-explorer-local logs

Usage examples

It's integrated into Sui dApp Starter.

License and copyright

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

Local Sui Explorer: Cli - © Konstantin Komelin, MIT

Fork of Sui Explorer, which is used by the Cli - Apache-2.0