Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geo25rey/ipmail
InterPlanetary Mail - Decentralized Email alternative using IPFS
https://github.com/geo25rey/ipmail
communication crypto decentralized email golang ipfs ipfs-pubsub
Last synced: 3 months ago
JSON representation
InterPlanetary Mail - Decentralized Email alternative using IPFS
- Host: GitHub
- URL: https://github.com/geo25rey/ipmail
- Owner: Geo25rey
- License: gpl-3.0
- Created: 2020-11-04T18:49:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T21:27:45.000Z (almost 4 years ago)
- Last Synced: 2024-05-02T04:31:22.666Z (9 months ago)
- Topics: communication, crypto, decentralized, email, golang, ipfs, ipfs-pubsub
- Language: Go
- Homepage:
- Size: 185 KB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Build](https://github.com/Geo25rey/ipmail/workflows/Build/badge.svg)
![CodeQL](https://github.com/Geo25rey/ipmail/workflows/CodeQL/badge.svg)# InterPlanetary Mail
InterPlanetary Mail (IPMail) is a decentralized email alternative, which uses IPFS to send and receive encrypted messages.## Latest Build
Download the latest build [here](https://github.com/Geo25rey/ipmail/actions?query=is%3Asuccess+branch%3Amaster+workflow%3ABuild). Note that to download these builds you must be logged in to your GitHub account.## Building
1) Install the go compiler [here](https://golang.org/dl/) or from your favorite package manager.
2) Run `./build.sh`
OR
Run the following commands:
```bash
mkdir build && cd build
go build ..
```
3) Building done. Look in the build build folder for the `ipmail` program## Basic Use
1) Run `build/ipmail`
2) Wait a few seconds for things to load
3) Follow the setup prompts
4) Run the `help` command to see a list of all commands