https://github.com/libotony/mulan-quest
Batch account checker for vechain.
https://github.com/libotony/mulan-quest
Last synced: 4 months ago
JSON representation
Batch account checker for vechain.
- Host: GitHub
- URL: https://github.com/libotony/mulan-quest
- Owner: libotony
- Created: 2023-11-24T01:43:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-02-10T14:25:05.000Z (4 months ago)
- Last Synced: 2026-02-10T18:13:45.397Z (4 months ago)
- Language: Vue
- Homepage: https://libotony.github.io/mulan-quest/
- Size: 279 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MulanQuest
A dApp that allow users to query multiple account's balance.
Deployed version: https://libotony.github.io/mulan-quest
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Type-Check, Compile and Minify for Production
```sh
npm run build
```