Nostr is a protocol aimed at creating a censorship-resistant global social network. The NIP-01 (Nostr Implementation Possibility - 01) defines the basic protocol.
NIP-05 lets people map nostr keys to DNS-based internet identifiers (think of email or lightning addresses). Use this server with your own domain to test out nostr addresses.
- Create an .env file similar to the .env.example file
- Change PUBKEY from 0000s to your nostr pubkey
- Change NAME from "username" to your username
- If you do not provide the name variable, your nostr address will look like @example.com
- If you do provide it, your nostr address will look like [email protected]
- run
npm ci
to install the required packages - run
npm run start
to start the server