Primal’s caching service for Nostr connects to the specified set of relays, collects all events in real time, stores them locally, and makes them available to nostr clients through a web socket-based API.
when i run the command: nix --extra-experimental-features flakes --extra-experimental-features nix-command develop -c sh -c '$start_primal_caching_service'
building on a mac m1: commit: 2abb1e79c45
when i run the command:
nix --extra-experimental-features flakes --extra-experimental-features nix-command develop -c sh -c '$start_primal_caching_service'
i get:
this is also the error i get inside the docker container when i run:
docker run -it --rm -v `pwd`:`pwd` -w `pwd` -p 8801:8801 -e PRIMALSERVER_HOST=0.0.0.0 nixos/nix nix --extra-experimental-features 'nix-command flakes' develop -c sh -c '$start_primal_caching_service'
can somebody help me with this?