Skip to content

Commit

Permalink
feat: add a bolt11 invoice decode option (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed Nov 23, 2023
1 parent 8c0e901 commit eda4b9f
Show file tree
Hide file tree
Showing 9 changed files with 2,622 additions and 1,067 deletions.
16 changes: 16 additions & 0 deletions docs/decode.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
id: decode
title: Decode a lightning invoice
slug: /decode
---

import { AuthProvider } from '/src/components/apiTutorial/AuthContext';
import {DecodeInvoice} from '/src/components/DecodeInvoice';

<AuthProvider>

Using the [bolt11 nodejs package](https://www.npmjs.com/package/bolt11) in the browser locally.

<DecodeInvoice />

</AuthProvider>
Loading

0 comments on commit eda4b9f

Please sign in to comment.