GitHub - dangeross/dhd-2025-node-cli

Breez SDK Nodeless - Wasm NodeJs Example

⚠️ IMPORTANT: This application is for demonstration purposes only.

Prerequisites

Before running this application, you'll need:

  1. Node.js (v22 or higher)
  2. A Breez SDK API key (get one from Breez SDK)
  3. A BIP39 mnemonic phrase

Installation

  1. Clone the repository:

    git clone https://github.com/dangeross/dhd-2025-node-cli.git
    cd dhd-2025-node-cli
  2. Install dependencies:

  3. Copy the example environment file and fill in your values:

  4. Edit the .env file with your Breez API key and wallet mnemonic:

    BREEZ_API_KEY=your_breez_api_key_here
    MNEMONIC="your twelve word mnemonic phrase here separated by spaces"
    

Running the CLI