mirror of
https://github.com/fluencelabs/examples
synced 2025-05-16 21:01:19 +00:00
21 lines
254 B
Markdown
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
|