An open API service indexing awesome lists of open source software.

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.

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
```