Local Sui Explorer
Sui Explorer for your localnet.
A fork of sui-explorer, originally developed by MystenLabs and now discontinued.
Requirements
Install
npm install -g sui-explorer-local@latest
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 & 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.