Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/godraadam/privy-daemon
- Owner: godraadam
- Created: 2022-01-12T19:57:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-06T23:52:34.000Z (over 2 years ago)
- Last Synced: 2024-11-06T15:49:29.602Z (3 months ago)
- Topics: ipfs, orbit-db, typescript
- Language: TypeScript
- Homepage:
- Size: 1.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```