21 lines
255 B
Markdown
Raw Permalink Normal View History

# Price oracle
2021-09-05 15:08:41 -05:00
Web interface for the price oracle application
## 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