NADAR is a tool for finding nevents and naddrs across the Nostr network. It discovers relays using NIP-66 and searches them to locate specific events.
NADAR 2.0 a complete rewrite by of the original NADAR by Thorwegian.
NADAR2.mov
- Find nevents and naddrs across the Nostr network
- Real-time search status with color-coded results
- Automatic relay discovery via NIP-66
- Modern UI with Svelte and Tailwind CSS
This project uses:
- Svelte for the UI framework
- Tailwind CSS for styling
- Vite for build tooling
- TypeScript for type safety
- Vitest for testing
- Node.js 16 or later
- pnpm package manager
- Install dependencies:
pnpm install- Start the development server:
pnpm dev- Build for production:
pnpm build- Run tests:
pnpm testThis project is open source and available under the MIT License.