Skip to content

Instantly share code, notes, and snippets.

View serejke's full-sized avatar
🏃‍♂️
Front-running

Sergei Patrikeev serejke

🏃‍♂️
Front-running
View GitHub Profile
@serejke
serejke / inter-utxo.md
Created September 5, 2023 15:05
InterUtxo: General Message Passing for UTXO blockchains

Objectives

Project InterUtxo is establishing a framework for General Message Passing (GMP) as the foundation for Blockchain Interoperability for UTXO based Blockchains.

Core Principles

  • Separation of concerns for message semantics, transport (routing & relays) and validation (security)
  • Security modules are designed for modularity, customization, and future compatibility
    • When more advanced proofing systems are production-ready for a specific blockchain, the proofing methods for different chains can be upgraded independently.
  • Additionally, application developers have the option to layer application-level security over blockchain-level security to boost the security of messaging.