An Architecture for Decentralised Deployment and Operation of Blockchain Applications

📅 2026-05-21
📈 Citations: 0
Influential: 0
📄 PDF

career value

211K/year
🤖 AI Summary
Current DevOps infrastructures for blockchain applications are predominantly controlled by single entities, lacking decentralized deployment and governance mechanisms. This work proposes a decentralized deployment architecture decoupled from specific governance and upgrade schemes, integrating DAO-based governance, smart contract upgradability, and DevOps best practices. By adopting an extended registry pattern, the architecture enables deterministic deployments and, for the first time, incorporates version control, testing and validation, and user interface components into a unified decentralized framework. The project provides an open-source reference implementation that substantially lowers the barrier to practical decentralized deployment. Experimental evaluation demonstrates the effectiveness and practicality of the proposed architecture.
📝 Abstract
Blockchains and distributed ledger technologies allow the operation of manifold decentralised applications (dApps). Such applications are based on smart contracts, a programmable abstraction that is executed in a decentralised manner. To ensure the correctness of smart contracts, blockchain application developers rely on DevOps practices such as automated testing and continuous integration and deployment. However, such infrastructure is often controlled by single entities. For larger blockchain applications, this issue is resolved by relying on concepts of Decentralised Autonomous Organisations (DAOs), which allow proposals to be autonomously executed once they reach a pre-defined quorum. Such a governance architecture is complex and requires integration with existing patterns for contract discovery and upgradeability. In this paper we integrate these concepts considering DevOps best-practices into a novel architecture that remains agnostic to different governance and upgrade implementations. We extend the known registry pattern to support deterministic deployments and present a decentralised deployment framework, including integration and deployment pipelines, user-interfaces, and version control integration. In our approach, each party implements and verifies their own tests before engaging in the use of a (newly deployed) smart contract. We provide a reference implementation, available as open-source, and evaluate the proposal thoroughly. Our architecture can serve as a reference for future integrations, while our open-source framework is aimed at reducing the complexity of adopting such a process in practice.
Problem

Research questions and friction points this paper is trying to address.

Decentralised Deployment
Blockchain Applications
Smart Contracts
DevOps
DAO
Innovation

Methods, ideas, or system contributions that make the work stand out.

Decentralised Deployment
Smart Contract DevOps
DAO Governance
Registry Pattern
Deterministic Deployment
🔎 Similar Papers
No similar papers found.