Skip to content

dangeross/dhd-2025-node-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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

    cp example.env .env
  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

npm run cli

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published