obelisk

Electrum server using libbitcoin as its backend
git clone https://git.parazyd.org/obelisk
Log | Files | Refs | README | LICENSE

commit 28f771b68b7cab7a304cc7d8adccf2e3b9254bea
parent edc44da505766817c7896ff231ac046d0c7a7b06
Author: parazyd <parazyd@dyne.org>
Date:   Tue, 13 Apr 2021 17:13:02 +0200

Add note about test suite.

Diffstat:
MREADME.md | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -66,5 +66,12 @@ Before committing code, please run `./res/format_code.py` to format the codebase to a certain code style. This scripts depends on `black` and `yapf`. +It is also recommended to run the test suite and see if anything +fails: + +``` +python3 ./tests/test_electrum_protocol.py +``` + You can chat about Obelisk on Freenode IRC, either `#electrum` or `#libbitcoin`.