mirror of
https://github.com/aljazceru/nostrdvm.git
synced 2026-01-02 13:54:22 +01:00
add tutorials, get did of admin_id (same as wallet_id)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#Create an account with a lnbits instance of your choice, add the admin key and id here. This account will be used to create a new lnbits wallet for each dvm/bot
|
||||
LNBITS_ADMIN_KEY = ""
|
||||
LNBITS_ADMIN_ID = ""
|
||||
LNBITS_WALLET_ID = ""
|
||||
LNBITS_HOST = "https://lnbits.com" #Use your own/a trusted instance ideally.
|
||||
# In order to create a zappable lightning address, host nostdress on your domain or use this preinstalled domain.
|
||||
# We will use the api to create and manage zapable lightning addresses
|
||||
|
||||
@@ -9,7 +9,7 @@ Projects in this folder contain ready-to-use DVMs. To tun the DVM following the
|
||||
Create a new venv in this directory by opening the terminal here, or navigate to this directory and type: `"python -m venv venv"`
|
||||
- Place .env file (based on .env_example) in this folder.
|
||||
- Recommended but optional:
|
||||
- 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) Open the .env file and enter this info to `LNBITS_ADMIN_KEY`, `LNBITS_ADMIN_ID`, `LNBITS_HOST`.
|
||||
- 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) Open the .env file and enter this info to `LNBITS_ADMIN_KEY`, `LNBITS_WALLET_ID`, `LNBITS_HOST`.
|
||||
- If you are running an own instance of `Nostdress` enter `NOSTDRESS_DOMAIN` or use the default one.
|
||||
- Activate the venv with
|
||||
- MacOS/Linux: source ./venv/bin/activate
|
||||
|
||||
Reference in New Issue
Block a user