obelisk

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

commit d167c2b7957ba2254e48efcc6ad3cd8de83a733b
parent d0c8d65eaffa26fd3c770be28d02c9893be57dbb
Author: parazyd <parazyd@dyne.org>
Date:   Tue, 13 Apr 2021 09:51:47 +0200

Link resources.

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

diff --git a/README.md b/README.md @@ -7,7 +7,8 @@ A **work-in-progress** implementation of an [Electrum](https://electrum.org) server using [libbitcoin](https://libbitcoin.info) as a backend. -![Tests](https://github.com/parazyd/obelisk/actions/workflows/py.yaml/badge.svg) +[![Tests](https://github.com/parazyd/obelisk/actions/workflows/py.yaml/badge.svg)](https://github.com/parazyd/obelisk/actions/workflows/py.yaml) +[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](LICENSE) Please consider donating to support development: @@ -38,9 +39,3 @@ Obelisk can also be installed with setuptools: ``` python3 setup.py install ``` - - -License -------- - -obelisk is licensed [AGPL-3](LICENSE.md).