Files
breez-sdk-liquid/packages/wasm/examples/node/README.md
2025-04-01 16:19:38 +02:00

391 B

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