| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This directory contains several examples and one real project of a peer-to-peer decentralized application. It is really nice to play around with decentralized applications. The following examples have been provided:
The examples 1 and 2 can be found in the documentation README.md in de main code. So, feel free to visit this specific file.
This example (principally a real project to me) is about a decentralized peer-to-peer network application that creates security to its used. It provides different kind of security aspect to protect the data of the users. All nodes have a private/public key and signs all the messages they send. These messages are also verified. When successfull the application gets the message to process it. The messages are checked on integrity and non-repudiation.
Use Python version 3.x and install the following modules:
| Back | FazBrowse Home | New Git URL |