f321x / cashu-escrow-kit

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

Improve the Use a the local Relay for Testing #23

Open rodant opened 1 month ago

rodant commented 1 month ago

Ideally the local relay should be started as an in-memory relay or alternatively by using nix or docker.

f321x commented 2 weeks ago

We can use nostr-sdk's built in relay functionality to start an in-memory relay:

screenshot