Update README

update-readme
dsc 3 years ago
parent e7c3a843ec
commit e1432bb50a

@ -1,15 +1,10 @@
# feather-ws # wowlet-backend
Back-end websocket server for Feather wallet. Back-end websocket server for wowlet.
- Quart web framework, Py3 asyncio - Quart web framework, Py3 asyncio
- Redis - Redis
## Coins supported
- Monero
- Wownero
See also the environment variables `WOWLET_COIN_NAME`, `WOWLET_COIN_SYMBOL`, etc. in `settings.py`. See also the environment variables `WOWLET_COIN_NAME`, `WOWLET_COIN_SYMBOL`, etc. in `settings.py`.
## Tasks ## Tasks
@ -22,9 +17,10 @@ This websocket server has several scheduled recurring tasks:
- Fetch funding proposals - Fetch funding proposals
- Check status of RPC nodes (`data/nodes.json`) - Check status of RPC nodes (`data/nodes.json`)
When Feather wallet starts up, it will connect to When Wowlet (the wallet application) starts up, it
this websocket server and receive the information will connect to this websocket server and receive
listed above which is necessary for normal operation. the information listed above which is necessary
for normal operation.
See `wowlet_backend.tasks.*` for the various tasks. See `wowlet_backend.tasks.*` for the various tasks.

Loading…
Cancel
Save