Skip to content

wbobeirne/n2n2-relay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Relay is forked code from the Sphinx protocol. It is a Node.js wrapper around LND, handling connectivity and storage for N2N2. Communication between Relay nodes takes place entirely on the Lightning Network, so it is decentralized, untraceable, and encrypted. Message content is also end-to-end encrypted using client public keys, on the N2N2 app itself.

Relay stores:

  • Aliases
  • Messages
  • Recurring payment configurations
  • Invites (so you can add your friends)
  • Media Keys: keys for decrypting media files, asymmetrically encrypted for each contact in a chat

Deploying n2n2-relay

Deployment Tips

To start see Deploy

Invite/Backup Code

To start see Code

Relay commands

To start see Relay