Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
lsunsi committed Dec 2, 2023
1 parent 15ca29e commit 984f876
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[package]
name = "lnurl-kit"
name = "lnurlkit"
version = "0.1.0"
edition = "2021"
authors = ["Lucas Sunsi Abreu <lsunsi@pm.me>"]
description = "All you need to support LNURL and nothing more"
categories = ["finance", "web-programming", "web-programming::http-client", "api-bindings", "asynchronous"]
keywords = ["bitcoin", "lightning", "lnurl"]
repository = "https://github.com/lsunsi/lnurl-kit"
homepage = "https://github.com/lsunsi/lnurlkit"
license = "GPL-3.0-only"
readme = "README.md"

Expand Down
41 changes: 39 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,39 @@
# lnurl-kit
###### work in progress.
# LNURL Kit ⚡🐱
![badge](https://github.com/lsunsi/lnurlkit/actions/workflows/test.yml/badge.svg)

A ready-to-use¹ implementation of the [LNURL](https://github.com/lnurl/luds) specification.

This library works as a client so you can support the protocol with ease and even learn about it.

¹ _Soon to be. Currently it's still on early stages and should be considered experimental._

## Current support

- [LUD-01](https://github.com/lnurl/luds/blob/luds/01.md): ✅ implementation ⚠️ example 🆘 test
- [LUD-02](https://github.com/lnurl/luds/blob/luds/02.md): ✅ implementation 🆘 example 🆘 test
- [LUD-03](https://github.com/lnurl/luds/blob/luds/03.md): ✅ implementation 🆘 example 🆘 test
- [LUD-04](https://github.com/lnurl/luds/blob/luds/04.md): 🆘 implementation 🆘 example 🆘 test
- [LUD-05](https://github.com/lnurl/luds/blob/luds/05.md): 🆘 implementation 🆘 example 🆘 test
- [LUD-06](https://github.com/lnurl/luds/blob/luds/06.md): ✅ implementation ⚠️ example 🆘 test
- [LUD-07](https://github.com/lnurl/luds/blob/luds/07.md): 🆘 implementation 🆘 example 🆘 test
- [LUD-08](https://github.com/lnurl/luds/blob/luds/08.md): 🆘 implementation 🆘 example 🆘 test
- [LUD-09](https://github.com/lnurl/luds/blob/luds/09.md): 🆘 implementation 🆘 example 🆘 test
- [LUD-10](https://github.com/lnurl/luds/blob/luds/10.md): 🆘 implementation 🆘 example 🆘 test
- [LUD-11](https://github.com/lnurl/luds/blob/luds/11.md): 🆘 implementation 🆘 example 🆘 test
- [LUD-12](https://github.com/lnurl/luds/blob/luds/12.md): 🆘 implementation 🆘 example 🆘 test
- [LUD-13](https://github.com/lnurl/luds/blob/luds/13.md): 🆘 implementation 🆘 example 🆘 test
- [LUD-14](https://github.com/lnurl/luds/blob/luds/14.md): 🆘 implementation 🆘 example 🆘 test
- [LUD-15](https://github.com/lnurl/luds/blob/luds/15.md): 🆘 implementation 🆘 example 🆘 test
- [LUD-16](https://github.com/lnurl/luds/blob/luds/16.md): 🆘 implementation 🆘 example 🆘 test
- [LUD-17](https://github.com/lnurl/luds/blob/luds/17.md): 🆘 implementation 🆘 example 🆘 test
- [LUD-18](https://github.com/lnurl/luds/blob/luds/18.md): 🆘 implementation 🆘 example 🆘 test
- [LUD-19](https://github.com/lnurl/luds/blob/luds/19.md): 🆘 implementation 🆘 example 🆘 test
- [LUD-20](https://github.com/lnurl/luds/blob/luds/20.md): 🆘 implementation 🆘 example 🆘 test

## Future work
- Remove SOS signs from above list (by just working on it)
- Make it client agnostic (currently it uses [reqwest](https://github.com/seanmonstar/reqwest))
- Make it both sync and async (I want no part in this war)
- Breaking it into client / structures (flexibility right)

###### Thanks

0 comments on commit 984f876

Please sign in to comment.