Coder Social home page Coder Social logo

james-qiuhaoran / structured-p2p-overlay-network Goto Github PK

View Code? Open in Web Editor NEW
24.0 8.0 5.0 58.1 MB

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.

Home Page: https://i.cs.hku.hk/fyp/2018/fyp18006/

License: GNU General Public License v3.0

Go 2.45% Dockerfile 0.08% Makefile 0.20% Shell 13.13% Python 39.65% C 0.12% C++ 31.16% CMake 0.46% TeX 12.75% Batchfile 0.01%
blockchain sgx sgx-enclave bitcoin peer-to-peer p2p p2p-network ethereum byzantine distributed-systems

structured-p2p-overlay-network's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.