mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-02-04 00:04:20 +01:00
[Mint] add mint api tests (#189)
* add mint api tests * add /info test and fix NUT-09 contact info strings * add test mint api * replace with requests
This commit is contained in:
@@ -25,12 +25,12 @@ NOSTR_RELAYS=["wss://nostr-pub.wellorder.net"]
|
||||
|
||||
# --------- MINT ---------
|
||||
|
||||
# MINT
|
||||
MINT_INFO_NAME="My Cashu mint"
|
||||
MINT_INFO_PUBKEY="<hex_pubkey>"
|
||||
MINT_INFO_DESCRIPTION="The short mint description"
|
||||
MINT_INFO_DESCRIPTION_LONG="A long mint description that can be a long piece of text."
|
||||
MINT_INFO_CONTACT=["Email: contact@me.com", "Twitter: @me", "Nostr: npub..."]
|
||||
# MINT_INFO_MOTD="Message to users"
|
||||
MINT_INFO_CONTACT=[["email","contact@me.com"], ["twitter","@me"], ["nostr", "npub..."]]
|
||||
MINT_INFO_MOTD="Message to users"
|
||||
|
||||
MINT_PRIVATE_KEY=supersecretprivatekey
|
||||
|
||||
|
||||
Reference in New Issue
Block a user