FiatjafBuzz/README.md
2025-01-24 15:22:15 +03:00

337 B

FiatjafBuzz Bot

This repository contains an example NOSTR bot that publishes notes every other day.

To give it a try add a private key, relay address in the src/index.js file, and run the following commands:

# Install dependencies
npm run ci

# Start node process
npm run dev