Update README.md

This commit is contained in:
believethehype 2024-01-03 21:13:19 +01:00 committed by GitHub
parent 7dc5bc8821
commit f95594d067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ Create a new venv by running `"python -m venv venv"`
- Place .env file (based on .env_example) in main folder.
- 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.
- Activate the venv by typing `".venv\Scripts\activate"` on Windows or `"source .venv/bin/activate"` otherwise
- pip install nostr-dvm
- Run python3 main.py. (or check single examples in the example folder)