sui-explorer-local
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"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). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5010
45