Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBroFinch committed May 16, 2024
1 parent f4c72f2 commit 4fcef99
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ Blobscan is the first blockchain explorer that helps to navigate and visualize s

To learn more about Blobscan, please check out our [documentation website](https://docs.blobscan.com).

# 部署
- 构建
```
sudo pnpm build
```

- 启动pm2
```
pm2 start pm2.config.js
```
- 查看pm2 运行的进程
```
pm2 ls
```

- 如果代码有更新 重新运行 `sudo pnpm build` 后再重启 pm2 进程
目前直接重启有些小问题 需要先 停止进程(`3000 or 3001`)后再重启


```
pm2 reload blobscan-api
// or
pm2 reload blobscan-web
```
# Features

- **Blob explorer** - Delve into blobs and examine their content. Decode them in various formats.
Expand Down

0 comments on commit 4fcef99

Please sign in to comment.