From 4cee231df410daa42afd432744d17aa6da138bc6 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Wed, 19 Feb 2020 22:47:07 +0000 Subject: [PATCH 1/4] Create README.md --- lnbits/extensions/example/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 lnbits/extensions/example/README.md diff --git a/lnbits/extensions/example/README.md b/lnbits/extensions/example/README.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/lnbits/extensions/example/README.md @@ -0,0 +1 @@ + From a4aaec28ded235a5f70da7f350d794672dc5b4c9 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Wed, 19 Feb 2020 22:47:29 +0000 Subject: [PATCH 2/4] Update README.md --- lnbits/extensions/example/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lnbits/extensions/example/README.md b/lnbits/extensions/example/README.md index 8b13789..f7a22c9 100644 --- a/lnbits/extensions/example/README.md +++ b/lnbits/extensions/example/README.md @@ -1 +1,9 @@ +

Example extension

+

Description

+This is an example extension to help you organise and build you own. +Try to include an image + + +

If your extension has API endpoints, include any useful ones here

+curl -H "Content-type: application/json" -X POST https://YOUR-LNBITS/YOUR-EXTENSION/api/v1/EXAMPLE -d '{"amount":"100","memo":"example"}' -H "Grpc-Metadata-macaroon: YOUR_WALLET-ADMIN/INVOICE-KEY" From 4ba9fbcb9882321641998f950cc244539b74ea69 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Wed, 19 Feb 2020 22:48:28 +0000 Subject: [PATCH 3/4] Update README.md --- lnbits/extensions/example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/extensions/example/README.md b/lnbits/extensions/example/README.md index f7a22c9..70f6fa6 100644 --- a/lnbits/extensions/example/README.md +++ b/lnbits/extensions/example/README.md @@ -1,5 +1,5 @@

Example extension

-

Description

+

*tagline*

This is an example extension to help you organise and build you own. Try to include an image From 9c249bed7002090df68a5393ef1b1b19331e0026 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Wed, 19 Feb 2020 22:49:13 +0000 Subject: [PATCH 4/4] Update README.md --- lnbits/extensions/example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/extensions/example/README.md b/lnbits/extensions/example/README.md index 70f6fa6..aca945d 100644 --- a/lnbits/extensions/example/README.md +++ b/lnbits/extensions/example/README.md @@ -1,4 +1,4 @@ -

Example extension

+

Example Extension

*tagline*

This is an example extension to help you organise and build you own.