Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sui-explorer-local

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sui-explorer-local - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

package.json
{
"name": "sui-explorer-local",
"version": "0.1.2",
"version": "0.1.3",
"description": "Sui Explorer for Localnet",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -14,3 +14,6 @@ # Sui Explorer for Localnet

```bash
git clone kkomelin/sui-explorer-docker
# globally
npm install -g sui-explorer-local
# or to your project:
npm install -D sui-explorer-local
```

@@ -20,32 +23,24 @@

Go to the folder:
Start (on [http://localhost:9001/](http://localhost:9001/)):
```bash
cd sui-explorer-docker
sui-explorer-local start
```
Run it:
Stop:
```bash
docker compose up -d
sui-explorer-local stop
```
Open it:
[http://localhost:9001/](http://localhost:9001/)
## Other commands
Stop it:
Rebuild the container in case of any issues:
```bash
docker compose stop
sui-explorer-local rebuild
```
Rebuild the container in case of any issues:
## Usage examples
```bash
docker compose up -d --force-recreate --build
```
It's integrated into [Sui dApp Starter](https://github.com/kkomelin/sui-dapp-starter).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc