Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 997 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 997 Bytes

BOLT12 Offer Decoder

Demo

Description

A web application that facilitates the decoding of BOLT12 offers using the bolt12-decoder npm package.

Users can paste an encoded offer into the designated text area and receive the corresponding decoded JSON representation in another text area.

Features

Getting Started

Install Dependencies:

npm i

Run the app:

npm run dev