You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Privy messenger is a fully distributed, decentralized, private and secure messenger application. Privy Daeamon is the backend of a Privy Node. It communicates with the global Privy Network over IPFS, and locally with the Privy-Manager.
Privy Daemon serves as the backend for any privy node.
Install
Development
Clone the project
git clone https://github.com/godraadam/privy-daemon.git
cd privy-daemon
Start a development node
npm run start
Use docker
docker build -t godraadam/privyd:alpha
docker run -p 8668:8668 godraadam/privyd:alpha
About
Privy messenger is a fully distributed, decentralized, private and secure messenger application. Privy Daeamon is the backend of a Privy Node. It communicates with the global Privy Network over IPFS, and locally with the Privy-Manager.