Before running this application, you'll need:
-
Clone the repository:
git clone https://github.com/dangeross/dhd-2025-node-cli.git cd dhd-2025-node-cli -
Install dependencies:
npm install
-
Copy the example environment file and fill in your values:
cp example.env .env
-
Edit the
.envfile 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"
npm run cli