From 0c511889b68d0ef3a584258737e974032dd74208 Mon Sep 17 00:00:00 2001 From: dbth <1097224+believethehype@users.noreply.github.com> Date: Fri, 11 Oct 2024 21:05:47 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 844424a..0966bc0 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. - - 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. + - 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 variables 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 if lnbits is used 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