-
Notifications
You must be signed in to change notification settings - Fork 43
Function 'v' Features
This section details the specific capabilities of the diVine app, divided into the underlying technical logic and the user-facing tools.
Functions are the internal mechanisms and protocol-level operations that power the experience.
Nostr Event Signing: The logic for NIP-01 (basic events), NIP-18 (reposts), and NIP-25 (reactions) to ensure all user actions are cryptographically signed.
Segmented Video Processing: The backend/client-side engine that handles the stitching, reordering, and individual segment deletion of the 6.3-second video limit.
Identity Provisioning: The automated "KeyCast" workflow that generates or imports NIP-05 identifiers and pubkeys during onboarding.
Relay Management: The logic for selecting, connecting to, and broadcasting data across multiple Nostr relays to ensure decentralized persistence.
Lightning Integration: The functional bridge for "Zapping," enabling the protocol to handle micro-payments as tips for creators.
Product Features are the visible tools and interfaces that the user interacts with to create and consume content.
-
Project Navigation