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

https://github.com/wavesplatform/waves-dao-ui


https://github.com/wavesplatform/waves-dao-ui

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Waves Dao ✊

### how to run
```npm install```

For dev:

```npm run dev```

For build :

```npm run build```


```npm run build:testnet```

By default selected network is 'mainnet'. You can pass env variable to change it before run or build app.
```VITE_NETWORK=testnet npm run dev``` for example

In package.json you can find scripts for build and run app with selected network.