Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.02 KB

File metadata and controls

22 lines (15 loc) · 1.02 KB

Decentralized Messaging App

This repository contain frontend for decentralized messaging app which is developed in Reactjs(frontend) and GoLang(backend)
The app provide following information securities<br/
1.Confidentiality - The message is encrypted with the pulic key of recv and only private key of recv can decrypt the message
2.Non-repundiation - The message sent is signed by private key of sender ,so it can be verify only by public key of sender
3.Integrity - The message are stored on blockChain(decentralized ledger) , so once message sent it can never delete or alter

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.