Update README.md

This commit is contained in:
dbth 2024-10-11 21:05:47 +02:00 committed by GitHub
parent 1474416701
commit 0c511889b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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