From e1432bb50a8d27e08db88cd94c103c8fcfe8d865 Mon Sep 17 00:00:00 2001 From: dsc Date: Fri, 16 Apr 2021 03:58:42 +0200 Subject: [PATCH] Update README --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 77a0fb3..b761b7f 100644 --- a/README.md +++ b/README.md @@ -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 - Redis -## Coins supported - -- Monero -- Wownero - See also the environment variables `WOWLET_COIN_NAME`, `WOWLET_COIN_SYMBOL`, etc. in `settings.py`. ## Tasks @@ -22,9 +17,10 @@ This websocket server has several scheduled recurring tasks: - Fetch funding proposals - Check status of RPC nodes (`data/nodes.json`) -When Feather wallet starts up, it will connect to -this websocket server and receive the information -listed above which is necessary for normal operation. +When Wowlet (the wallet application) starts up, it +will connect to this websocket server and receive +the information listed above which is necessary +for normal operation. See `wowlet_backend.tasks.*` for the various tasks.