Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidson-souza/floresta-webui
A simple web-ui for vinteumorg/floresta
https://github.com/davidson-souza/floresta-webui
Last synced: 7 days ago
JSON representation
A simple web-ui for vinteumorg/floresta
- Host: GitHub
- URL: https://github.com/davidson-souza/floresta-webui
- Owner: Davidson-Souza
- License: mit
- Created: 2024-12-20T16:14:50.000Z (19 days ago)
- Default Branch: main
- Last Pushed: 2024-12-29T01:01:44.000Z (11 days ago)
- Last Synced: 2024-12-29T02:17:39.408Z (11 days ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repository contains (TODO) a small web-ui for controlling [Floresta](https://github.com/vinteumorg/floresta). With this UI, you can see stats about your node, add new wallets, explore blocks and so on.
It will be particularly useful for node-in-box solutions that usually centralize everything with web applications running on a separate device.
Goals:
- Simple, low dependency and stable
- Expose most of `floresta`'s functionalities with a nice UX
- Be easy to runFeatures:
- [ ] Stats about your node, like uptime, resource usage, best chain, number of peers, etc
- [ ] A way to add new descriptors/xpubs to watch
- [ ] Browse your transactions
- [ ] Scan for a particular address
- [ ] See what's inside blocks (a simple block explorer)
- [ ] Export a QR code with the `assumeutreexo` values, so you can setup other instances of floresta
- [ ] more...## Stack
@TODO## Installing
@TODO## Running
@TODO