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.
# globally
npm install -g sui-explorer-local@latest
# or to your project:
npm install -D sui-explorer-local@latest
Start (on http://localhost:9001/):
sui-explorer-local start
Stop:
sui-explorer-local stop
Restart:
sui-explorer-local restart
To display logs, run this command:
sui-explorer-local logs
It's integrated into Sui dApp Starter.
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