Merge pull request #141 from talaia-labs/update-readme

Updates readme with watchtower-plugin info
This commit is contained in:
Sergi Delgado Segura
2020-05-06 19:53:31 +02:00
committed by GitHub

View File

@@ -6,11 +6,12 @@ Currently working on updating the software to match [BOLT13 rev1](https://github
The Eye of Satoshi is a Lightning watchtower compliant with [BOLT13](https://github.com/sr-gi/bolt13), written in Python 3.
`teos` consists in three main modules:
`teos` consists in four main modules:
- `teos`: including the tower's main functionality (server-side)
- `cli`: including a reference command line interface (client-side)
- `common`: including shared functionality between `teos` and `cli`.
- `watchtower-plugin`: including a watchtower client plugin for c-lightning.
Additionally, tests for every module can be found at `tests`.