Skip to content

HashBoxBlockchain/HashBoxMailMatic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HashBox Mail - Matic

What is HashBox Mail?

It's a mail built on the blockchain using smart contracts to send and receive messages and files, eliminating the need for middlemen controlling the data. Without intermediaries, data cannot be changed or censored by a company.

Installation

To start the application using your PC, type in the command prompt:

cd hashboxmailmatic
node app

To start the server using your PC, type in the command prompt:

cd hashboxmailmatic/src/server
start /b ipfs daemon & node server

Note: For your server to work, you must change the server url in the Settings to your localhost url.

Tests

Type:

cd hashboxmailmatic
truffle test