From f26b6f065c5ce558ac1c254ac819a9c1d0be6582 Mon Sep 17 00:00:00 2001 From: Edouard Paris Date: Sun, 10 Nov 2019 13:59:37 +0100 Subject: [PATCH] Add info README --- Cargo.toml | 2 +- README.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1c732b1..0857d26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "lnurl" version = "0.1.0" authors = ["Edouard Paris "] -description = "Helpers for lnurl" +description = "Helpers for LNURL" readme = "README.md" edition = "2018" license = "MIT" diff --git a/README.md b/README.md index af8c42a..0658374 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,11 @@ [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/edouardparis/rust-lnurl/blob/master/LICENSE) [lnurl specs](https://github.com/btcontract/lnurl-rfc/blob/master/spec.md) + +## Documentation + +_Readings about **lnurl**_ + + +* [The spec](https://github.com/btcontract/lnurl-rfc/blob/master/spec.md) – **lnurl** spec, by [Anton Kumaigorodski](https://twitter.com/akumaigorodski). +* [An introduction to lnurl](https://telegra.ph/lnurl-a-protocol-for-seamless-interaction-between-services-and-Lightning-wallets-08-19) – An article introducing the various types of **lnurl**'s, by [fiatjaf](https://twitter.com/fiatjaf).