Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/BoltzExchange/bolt12-wasm
- Owner: BoltzExchange
- License: mit
- Created: 2024-09-12T15:53:02.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-16T15:11:53.000Z (4 months ago)
- Last Synced: 2024-09-16T15:14:20.121Z (4 months ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bolt12 - BOLT12 WASM - Parse Bolt12 offers and invoices in JavaScript by compiling LDK to WASM (Ecosystem / Projects)
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
```