https://github.com/bitcoin-balancer/gui
The gui is a powerful, user-friendly Progressive Web Application (PWA) designed to simplify the configuration and management of the api.
https://github.com/bitcoin-balancer/gui
bitcoin dca dollar-cost-averaging investment open-source profit strategy trading trading-strategy value-averaging
Last synced: 6 months ago
JSON representation
The gui is a powerful, user-friendly Progressive Web Application (PWA) designed to simplify the configuration and management of the api.
- Host: GitHub
- URL: https://github.com/bitcoin-balancer/gui
- Owner: bitcoin-balancer
- License: other
- Created: 2024-06-22T15:02:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T20:08:17.000Z (7 months ago)
- Last Synced: 2025-02-28T21:51:12.285Z (7 months ago)
- Topics: bitcoin, dca, dollar-cost-averaging, investment, open-source, profit, strategy, trading, trading-strategy, value-averaging
- Language: TypeScript
- Homepage: https://balancer.jesusgraterol.dev
- Size: 3.78 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `gui`
The `gui` is a powerful, user-friendly Progressive Web Application (PWA) designed to simplify the configuration and management of the [`api`](https://github.com/bitcoin-balancer/api). It serves as a central hub for:
* **Effortless API management** – Configure trading parameters, monitor performance, and control all aspects of your [`api`](https://github.com/bitcoin-balancer/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 installationsWith the `gui`, you have full control over your Balancer Instance, making automated Bitcoin trading smooth, efficient, and hassle-free.
## Scripts
Serve the application in a dev server:
```bash
npm run dev
```Build the application:
```bash
npm run build-development# or
npm run build-production
```Preview the build:
```bash
npm run preview
```
## Docker Image
[jesusgraterol/balancer-gui](https://hub.docker.com/r/jesusgraterol/balancer-gui)
## Tests
```bash
# 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](https://www.apache.org/licenses/LICENSE-2.0)