Skip to content

The Balancer GUI is a powerful, user-friendly Progressive Web Application designed to streamline the configuration and management of the Balancer API.

License

Notifications You must be signed in to change notification settings

bitcoin-balancer/gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Balancer GUI

The Balancer GUI is a powerful, user-friendly Progressive Web Application designed to streamline the configuration and management of the Balancer API. It provides a central hub for:

  • Seamless API Control: Effortlessly manage and configure all aspects of your Balancer API, from setting trading parameters to monitoring performance.
  • Intuitive Interface: Enjoy a modern and intuitive interface designed for ease of use, making configuration and management accessible to users of all experience levels.
  • Progressive Web App Features: Benefit from the speed and reliability of a Progressive Web App, with offline functionality and instant updates.

The Balancer GUI empowers you to take complete control of your Value Averaging Strategy, ensuring a smooth and efficient investment experience.


Scripts

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

Docker Image

jesusgraterol/balancer-gui


Tests

# 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

License

Apache v2.0