Browse Source

r

feature/dockerfile-arm
Evan Feenstra 5 years ago
parent
commit
f823c04620
  1. 6
      README.md

6
README.md

@ -2,7 +2,7 @@
**Relay** is a Node.js wrapper around [LND](https://github.com/lightningnetwork/lnd), handling connectivity and storage for [**Sphinx**](https://github.com/stakwork/sphinx). Communication between Relay nodes takes place entirely on the Lightning Network, so is decentralized, untraceable, and encrypted. Message content is also end-to-end encrypted using client public keys, on the **Sphinx** app itself.
![Relay](https://github.com/stakwork/sphinx-node/raw/master/public/relay.jpg)
![Relay](https://github.com/stakwork/sphinx-relay/raw/master/public/relay.jpg)
Relay stores:
- Aliases
@ -17,9 +17,9 @@ You can run your own Sphinx node in order to have full ownership over your commu
### download
`git clone https://github.com/stakwork/sphinx-node`
`git clone https://github.com/stakwork/sphinx-relay`
`cd sphinx-node`
`cd sphinx-relay`
`npm install`

Loading…
Cancel
Save