This commit is contained in:
Believethehype
2023-12-29 00:27:36 +01:00

View File

@ -13,7 +13,7 @@ Create a new venv by running `"python -m venv venv"`
- 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)
- the framework will then automatically create keys, nip89 tags and zapable NIP57 `lightning addresses` for your dvms in this file.
- pip install nostr-dvm
- Run python3 main.py.
- Run python3 main.py. (or check single examples in the example folder)
In each task component DVM examples are already prepared. Feel free to play along with the existing ones.
You can also add new tasks by using the interface, just like the existing tasks in the `tasks` folder.