Email app
Last updated
Was this helpful?
Last updated
Was this helpful?
In this tutorial, you will learn how to build an email app that works entirely on the SAFE Network!
Instead of relying on an email service provider such as Gmail, or going through the trouble of running your own mail server, you can use the SAFE Network to build dynamic applications such as email and messaging apps.
The emails you send using SAFE Mail Tutorial are encrypted using the public of the recipient. This means that only the recipient of an email is able to read its content. This example app demonstrates the usage of .
This tutorial will showcase how to:
You will learn about the following APIs:
1. SAFE Launcher
2. Node.js
Make sure you have Node.js v6 (LTS).
1. Clone this GitHub repository
2. Install the dependencies
3. Start the app
.
was used as a starting point.
.
Since this app is built using , it can be distributed as a desktop app (Windows, OS X and Linux).
Start and log in.
There are many ways to install Node.js. See for more info.
If you don't have Git installed, you can download it from .