From b1d5355427bdebb1c910b63dc6ca1d976e02038e Mon Sep 17 00:00:00 2001 From: believethehype Date: Thu, 28 Dec 2023 23:32:20 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c10808c..4983423 100644 --- a/README.md +++ b/README.md @@ -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.