Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/v0l/snort
Feature packed nostr web UI, Mirror of https://git.v0l.io/Kieran/snort
https://github.com/v0l/snort
nostr react
Last synced: 3 months ago
JSON representation
Feature packed nostr web UI, Mirror of https://git.v0l.io/Kieran/snort
- Host: GitHub
- URL: https://github.com/v0l/snort
- Owner: v0l
- License: mit
- Created: 2022-12-18T14:50:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T17:38:16.000Z (6 months ago)
- Last Synced: 2024-05-22T18:46:34.978Z (6 months ago)
- Topics: nostr, react
- Language: TypeScript
- Homepage: https://snort.social
- Size: 20.2 MB
- Stars: 303
- Watchers: 8
- Forks: 113
- Open Issues: 58
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nostr - Snort - Nostr UI written in react (Clients / Relay lists)
README
## Snort
Snort is a nostr UI built with React aiming for speed and efficiency.
Snort supports the following NIP's:
- [x] NIP-01: Basic protocol flow description
- [x] NIP-02: Contact List and Petnames (No petname support)
- [ ] NIP-03: OpenTimestamps Attestations for Events
- [x] NIP-04: Encrypted Direct Message
- [x] NIP-05: Mapping Nostr keys to DNS-based internet identifiers
- [x] NIP-06: Basic key derivation from mnemonic seed phrase
- [x] NIP-07: `window.nostr` capability for web browsers
- [x] NIP-08: Handling Mentions
- [x] NIP-09: Event Deletion
- [x] NIP-10: Conventions for clients' use of `e` and `p` tags in text events
- [x] NIP-11: Relay Information Document
- [x] NIP-13: Proof of Work
- [ ] NIP-14: Subject tag in text events
- [x] NIP-18: Reposts
- [x] NIP-19: bech32-encoded entities
- [x] NIP-21: `nostr:` Protocol handler (`web+nostr`)
- [x] NIP-23: Long form content
- [x] NIP-25: Reactions
- [x] NIP-26: Delegated Event Signing (Display delegated signings only)
- [x] NIP-27: Text note references
- [x] NIP-28: Public Chat
- [x] NIP-30: Custom Emoji
- [x] NIP-31: Alt tag for unknown events
- [x] NIP-36: Sensitive Content
- [x] NIP-38: User Statuses
- [ ] NIP-39: External Identities
- [ ] NIP-40: Expiration Timestamp
- [x] NIP-42: Authentication of clients to relays
- [x] NIP-44: Versioned encryption
- [x] NIP-46: Nostr connect (+bunker)
- [x] NIP-47: Nostr wallet connect
- [x] NIP-50: Search
- [x] NIP-51: Lists
- [x] NIP-53: Live Events
- [x] NIP-57: Zaps
- [x] NIP-58: Badges
- [x] NIP-59: Gift Wrap
- [x] NIP-65: Relay List Metadata
- [x] NIP-75: Zap Goals
- [x] NIP-78: App specific data
- [ ] NIP-89: App handlers
- [x] NIP-94: File Metadata
- [x] NIP-96: HTTP File Storage Integration (Draft)
- [x] NIP-98: HTTP Auth### Running
This repository is a yarn workspace. To install dependencies, run `yarn` from the project root.
To run the application, use
```
$ yarn start
```To build the application and system packages, use
```
$ yarn build
```Tauri desktop application:
```
# install dependencies
yarn# develop
yarn tauri dev# build
yarn tauri build
```### Translations
[![Crowdin](https://badges.crowdin.net/snort/localized.svg)](https://crowdin.com/project/snort)
Translations are managed on [Crowdin](https://crowdin.com/project/snort)
To extract translations run:
```bash
yarn pre:commit
```This will create the source file `packages/app/src/translations/en.json`