examples/aqua-examples/price-oracle/web
renovate[bot] c8331cd79e
fix(deps): update dependency @fluencelabs/fluence-network-environment to v1.0.14 (#424)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-16 09:12:01 -06:00
..
public Web ui for price oracle (#12) 2021-07-19 17:36:54 -05:00
src Integration tests for all JS-related projects (#97) 2022-02-22 23:20:45 +03:00
.gitignore Integration tests for all JS-related projects (#97) 2022-02-22 23:20:45 +03:00
.prettierrc.js Integration tests for all JS-related projects (#97) 2022-02-22 23:20:45 +03:00
jest.config.js Integration tests for all JS-related projects (#97) 2022-02-22 23:20:45 +03:00
package-lock.json fix(deps): update dependency @fluencelabs/fluence-network-environment to v1.0.14 (#424) 2023-02-16 09:12:01 -06:00
package.json fix(deps): update dependency @fluencelabs/fluence-network-environment to v1.0.14 (#424) 2023-02-16 09:12:01 -06:00
README.md update aqua, versions 2021-09-05 15:08:41 -05:00
tsconfig.json Web ui for price oracle (#12) 2021-07-19 17:36:54 -05:00

Price oracle

Web interface for the price oracle application

Getting started

Run aqua compiler in watch mode:

npm run watch-aqua

Start the application

npm i
npm start

The browser window with localhost:3000 should open