Skip to content

Dissertation: Byzantine-Resilient Middleware Attestation for SUI

Latest

Choose a tag to compare

@zccadle zccadle released this 19 Jul 06:01
d6df3f3

UCL Computer Science Dissertation (2024-2025)

Score: 77.77/100

Abstract

This dissertation presents Suimodular, a Byzantine-resilient middleware attestation framework that enables secure off-chain computation with on-chain verification on the SUI blockchain. The system demonstrates 86% success rate even with 33% Byzantine nodes.

Key Achievements

  • Implemented Byzantine Fault Tolerant consensus mechanism
  • Enabled cross-language execution (Python/JavaScript) with cryptographic attestation
  • Built practical flight insurance dApp demonstrating real-world applicability
  • Comprehensive benchmarking showing system resilience at theoretical BFT limits

Files

  • Dissertation_Dongguk_Lee_2025.pdf - Full dissertation (120 pages)
  • Source code available in main repository

Technologies Used

  • Rust (middleware implementation)
  • Move (SUI smart contracts)
  • Docker (deployment and testing)