Pavel f815a4764a
Web ui for price oracle (#12)
* Web ui for price oracle

* fix gitignored svg logo
2021-07-19 17:36:54 -05:00

21 lines
254 B
Markdown

# Price oracle
Web interface for the price oracle applicaion
## Getting started
Run aqua compiler in watch mode:
```bash
npm run watch-aqua
```
Start the application
```bash
npm i
npm start
```
The browser window with `localhost:3000` should open