Files
breez-sdk-liquid/packages/wasm/examples/node
Ross Savage 46074feba7 Wasm: Add the remaining CLI commands for the node.js example (#861)
* Add the remaining CLI commands for the node.js example

* Address copilot feedback

* Fix typos

* Fix lnurl-pay

* Add send-payment payjoin option
2025-04-07 15:02:46 +00:00
..
2025-04-06 10:03:33 +01:00
2025-03-31 18:18:53 +02:00

Breez SDK Nodeless - Wasm NodeJs Example

Prerequisites

Copy the example.env file to .env and set the BREEZ_API_KEY and MNEMONIC environment variables.

Build

If you are running from a local Wasm package, build the Wasm package first in the Wasm package directory.

cd ..
make build

Install the dependencies

npm i

Run

npm run cli