Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/godraadam/privy-daemon

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.
https://github.com/godraadam/privy-daemon

ipfs orbit-db typescript

Last synced: about 1 month ago
JSON representation

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.

Awesome Lists containing this project

README

        

# Privy Daemon

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
```