The gui
is a powerful, user-friendly Progressive Web Application (PWA) designed to simplify the configuration and management of the api
. It serves as a central hub for:
- Effortless API management – Configure trading parameters, monitor performance, and control all aspects of your
api
with ease - User-friendly interface – A modern, intuitive design ensures seamless navigation for users of all experience levels
- PWA Benefits – Enjoy fast performance and instant updates without the need for installations
With the gui
, you have full control over your Balancer Instance, making automated Bitcoin trading smooth, efficient, and hassle-free.
Serve the application in a dev server:
npm run dev
Build the application:
npm run build-development
# or
npm run build-production
Preview the build:
npm run preview
# run the e2e tests
npm run test:e2e
# run the integration tests
npm run test:integration
# run the unit tests
npm run test:unit
# run the benchmarks
npm run test:bench