Skip to content

Commit 5061c9e

Browse files
Merge pull request #21 from LtbLightning/BitcoinZavior-indicators
Added indicators to readme
2 parents cd2a812 + 1f17f97 commit 5061c9e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
## LDK_Node
22

3+
<p>
4+
<a href="https://github.com/LtbLightning/ldk-node-flutter/blob/HEAD/LICENSE">
5+
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="LDK Node is released under the MIT license." />
6+
</a>
7+
<a href="https://pub.dev/documentation/ldk_node/latest/">
8+
<img src="https://img.shields.io/badge/docs-red.svg" alt="Docs" />
9+
</a>
10+
<a href="https://pub.dev/packages/ldk_node">
11+
<img src="https://img.shields.io/pub/v/ldk_node?color=blueviolet" alt="Current pub package version." />
12+
</a>
13+
<a href="https://github.com/LtbLightning/ldk-node-flutter/issues">
14+
<img src="https://img.shields.io/github/issues/LtbLightning/ldk-node-flutter.svg" alt="Issues" />
15+
</a>
16+
<a href="https://github.com/LtbLightning/ldk-node-flutter/stargazers">
17+
<img src="https://img.shields.io/github/stars/LtbLightning/ldk-node-flutter.svg" alt="Stars" />
18+
</a>
19+
<a href="https://github.com/LtbLightning/ldk-node-flutter/forks">
20+
<img src="https://img.shields.io/github/forks/LtbLightning/ldk-node-flutter.svg?color=brightgreen" alt="Forks" />
21+
</a>
22+
<a href="https://github.com/LtbLightning/ldk-node-flutter-demo">
23+
<img src="https://img.shields.io/badge/Demo App-orange" alt="Demo App" />
24+
</a>
25+
</p>
26+
327
A Flutter library for [LDK Node](https://github.com/lightningdevkit/ldk-node), a ready-to-go Lightning node library built using [LDK](https://lightningdevkit.org) and [BDK](https://bitcoindevkit.org).
428

529
LDK Node is a non-custodial Lightning node. Its central goal is to provide a small, simple, and straightforward interface that enables users to easily set up and run a Lightning node with an integrated on-chain wallet. While minimalism is at its core, LDK Node aims to be sufficiently modular and configurable to be useful for a variety of use cases.

0 commit comments

Comments
 (0)