From bdd63d998cc3d5ebb5cf3d38641e9d12593aa740 Mon Sep 17 00:00:00 2001 From: dbth <1097224+believethehype@users.noreply.github.com> Date: Fri, 11 Oct 2024 20:58:14 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c26281c..935e117 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This means the project is in alpha status, interfaces might still change/break a Create a new venv by running `"python -m venv venv"` - Place .env file (based on .env_example) in main folder. - - Create a `LNbits` account on an accessible instance of your choice, enter one account's id and admin key (this account will create other accounts for the dvms) + - If you want the framework to manage wallets and lnaddresses automatically for you, create a `LNbits` account on an accessible instance of your choice, enter one account's id and admin key (this account will create other accounts for the dvms). Otherwise leave the lnbits .env vatiables empty and update each of your DVM's profile with a lightning address of your choice or alternativly, make sure the DVM is free. - the framework will then automatically create keys, nip89 tags and zapable NIP57 `lightning addresses` for your dvms in this file. - Activate the venv by typing `".venv\Scripts\activate"` on Windows or `"source venv/bin/activate"` otherwise - pip install nostr-dvm @@ -70,4 +70,4 @@ This will build the Docker image and start the `nostrdvm` service as defined in ## License -This project is licensed under the MIT License. \ No newline at end of file +This project is licensed under the MIT License.