An open API service indexing awesome lists of open source software.

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.

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 installations

With 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)