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@latestStart (on http://localhost:9001/):
sui-explorer-local startStop:
sui-explorer-local stopRestart:
sui-explorer-local restartTo display logs, run this command:
sui-explorer-local logsIt'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