Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.
/ sui-explorer-local Public archive

Local Sui Explorer: Cli

License

Notifications You must be signed in to change notification settings

suiware/sui-explorer-local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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