https://github.com/lienweb/suiaudit-web
SuiAudit official site
https://github.com/lienweb/suiaudit-web
sui walrus
Last synced: about 1 month ago
JSON representation
SuiAudit official site
- Host: GitHub
- URL: https://github.com/lienweb/suiaudit-web
- Owner: lienweb
- License: apache-2.0
- Created: 2025-10-29T17:45:16.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-09T21:17:49.000Z (8 months ago)
- Last Synced: 2025-11-09T23:20:49.497Z (8 months ago)
- Topics: sui, walrus
- Language: TypeScript
- Homepage: https://suiaudit.wal.app/
- Size: 137 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚀 SuiAudit Website
[](./LICENSE)
---
## 🛠Features
- SuiAudit Official Website
---
## 📖 Quick Start
### Prerequisites
- Node.js >= 22.12
- pnpm
### 📦 Installation
```bash
git clone git@github.com:lienweb/suiaudit-web.git
cd website
pnpm install
pnpm build
```
### Start dev server
```bash
pnpm dev
```
### Deploy to Walrus Site
```bash
pnpm build
site-builder deploy ./out --epochs [day]
```
Update website:
`ws-resources.json` records object id, fill in and make sure to include it in new build `./out`
## 📜 License
Apache License 2.0, see [LICENSE](https://github.com/lienweb/suiaudit-web/blob/main/LICENSE).
---