add nostr

This commit is contained in:
callebtc
2022-12-26 16:12:31 +01:00
parent 6dc9937b9d
commit 01c6e12b5a
34 changed files with 174 additions and 2041 deletions

View File

@@ -52,5 +52,7 @@ if not MINT_URL:
LNBITS_ENDPOINT = env.str("LNBITS_ENDPOINT", default=None)
LNBITS_KEY = env.str("LNBITS_KEY", default=None)
NOSTR_PRIVATE_KEY = env.str("NOSTR_PRIVATE_KEY", default=None)
MAX_ORDER = 64
VERSION = "0.6.0"