Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/BoltzExchange/bolt12-wasm

Parse Bolt12 offer and invoices in JavaScript
https://github.com/BoltzExchange/bolt12-wasm

Last synced: 6 days ago
JSON representation

Parse Bolt12 offer and invoices in JavaScript

Awesome Lists containing this project

README

        

# Bolt12 WASM

[![Version](https://img.shields.io/npm/v/boltz-bolt12.svg)](https://www.npmjs.com/package/boltz-bolt12)

Parse Bolt12 offers and invoices in JavaScript by compiling LDK to WASM

## Usage

Installation:

```bash
npm install boltz-bolt12
```

## Building

### Requirements

- Rust
- [wasm-pack](https://github.com/rustwasm/wasm-pack)

### Building

```bash
wasm-pack build
```

### Publishing

```bash
wasm-pack publish
```