Secure Messaging over Nostr
Go to file
2024-10-04 17:43:21 +02:00
.vscode
src Add window state, remove old components and CI for now 2024-10-04 16:14:43 +02:00
src-tauri Create NostrGroup and save to database to track active groups 2024-10-04 17:43:21 +02:00
.gitignore Move to Framework7 UI kit. Remove sveltekit. 2024-09-24 18:21:00 +02:00
.prettierignore
.prettierrc
bun.lockb Add window state, remove old components and CI for now 2024-10-04 16:14:43 +02:00
LICENSE
package.json Add window state, remove old components and CI for now 2024-10-04 16:14:43 +02:00
postcss.config.js
README.md
svelte.config.js Add NDK back and update a few things 2024-09-27 12:30:37 +02:00
tailwind.config.js NIP-04 messages & Contacts selector 2024-09-25 17:35:58 +02:00
TODO.md Get basic group creation done 2024-10-02 15:15:13 +02:00
tsconfig.json Move to Framework7 UI kit. Remove sveltekit. 2024-09-24 18:21:00 +02:00
vite.config.js Move to Framework7 UI kit. Remove sveltekit. 2024-09-24 18:21:00 +02:00

White Noise

What is it?

White Noise is a secure & private messenger client for Nostr. It's built with Tauri, Rust, and Svelte.

How to build

  1. Make sure you have rust and cargo installed.
  2. Make sure you have bun installed.
  3. Run bun install to install the JS dependencies.
  4. Run bun tauri dev to start the Tauri dev server, this will open a native app window.