f321x / cashu-escrow-kit

Ecash escrow provider and client concept. Ecash hackathon project with @rodant.
MIT License
14 stars 3 forks source link

Extract the used Relays to the Env Configuration #31

Closed f321x closed 1 month ago

f321x commented 1 month ago

Solves https://github.com/f321x/cashu-escrow-kit/issues/22 Loads a CSV string NOSTR_RELAYS from the .env file and passes it to the NostrClient as parsed Vec which then connects to the relays. Enables quick changes to the used relay setup without code changes.