Structured P2p Overlay Network

Final Year Project @HKU Department of Computer Science | HGFRR includes a new peer-to-peer network protocol that improves communication efficiency and security among peers, and an implementation of a fast, secure blockchain system on top of this P2P network.
Alternatives To Structured P2p Overlay Network
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Go Ethereum43,6984312,9527 hours ago664May 25, 2023342lgpl-3.0Go
Official Go implementation of the Ethereum protocol
Gun17,345246153a month ago236December 23, 2022296otherJavaScript
An open source cybersecurity protocol for syncing decentralized graph data.
Monero8,124
6 hours ago559otherC++
Monero: the secure, private, untraceable cryptocurrency
Lbry Sdk7,204
3 months ago392mitPython
The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
Naivechain5,028
3 years ago30apache-2.0JavaScript
A blockchain implementation in 200 lines of code
Bitcore4,6421,173509a day ago97April 14, 2023387mitJavaScript
A full stack for bitcoin and blockchain-based applications
Bitcoin Wallet3,312
6 days ago1June 05, 201568Java
Bitcoin Wallet app for your Android device. Standalone Bitcoin node, no centralized backend required.
Lnbook2,599
5 months ago195cc-by-sa-4.0AsciiDoc
Mastering the Lightning Network (LN)
Reth2,346
6 hours ago197apache-2.0Rust
Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
Web2web2,265
5 years ago2HTML
P2P web powered by torrents and blockchain.
Alternatives To Structured P2p Overlay Network
Select To Compare


Alternative Project Comparisons
Readme

Augmenting Blockchain System Efficiency and Security with the Intel SGX Facilitated P2P Overlay Network

Final Year Project @ Department of Computer Science, HKU

Team Member: Haoran Qiu, Tao Ji

Supervisor: Dr. Heming Cui

Introduction

Blockchain is essentially a public decentralized ledger that securely records transactions between parties anonymously. The key component is to reach agreement among a group of nodes, i.e., consensus. However, based on current Peer-to-Peer network, the broadcast operation is inefficient. Increasing transaction rate leads to traffic congestion.

Intel SGX is a technology which protects code and execution integrity from hardware perspective. It provides chances to modify the network protocol and store some routing information, in order to reduce as many messages as possible and meanwhile retain the properties required by the blockchain application on top of the network.

This project targets this weakness of the P2P network under blockchain systems, designing and implementing a new protocol in the Peer-to-Peer network which achieves effciency and do not sacrifice any security or any other required properties.

Implementation

C++ version implementation of the p2p network, see libgfrp2p.

Miscellaneous

Popular P2p Projects
Popular Blockchain Projects
Popular Networking Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Network
Blockchain
Ethereum
Bitcoin
Tcp
Udp
Boost
P2p
Distributed Systems
Dht
Peer To Peer