mirror of
https://git.wownero.com/wowlet/wowlet-backend.git
synced 2024-08-15 01:03:13 +00:00
Merge pull request 'Update README' (#2) from update-readme into master
Reviewed-on: https://git.wownero.com/wownero/wowlet-backend/pulls/2
This commit is contained in:
commit
fcf5f3b114
1 changed files with 6 additions and 10 deletions
16
README.md
16
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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue