quartz/content/notes/blockchain-bursary.md
2022-11-14 10:18:32 +13:00

2.1 KiB

title aliases tags
blockchain-bursary
project

Questions for David

  • what is on-chain vs off-chain governance
  • confirm understanding of permissioned vs permissionless blockchain

Notes

Abstract

Blockchain technology falls into two distinct classes: open (permissionless) blockchains such as those underlying bitcoin, Ethereum and Cardano; and closed (permissioned) blockchains such as implemented in the Hyperledger Fabric project. To motivate decentralised participation, open blockchains (presently) require an associated cryptocurrency, which can be a risky distraction. However, closed blockchains are considered by some to be insufficiently decentralised.This summer project aims to prototype a compromise: a closed blockchain system that encodes voting rules about self-governance, so that closed blockchain technology can be used in a more open manner. Experience in programming blockchain systems is not assumed. Depending on the student involved, the project will balance work between design and modelling of the blockchain governance rules, and implementation of such a rule set over an existing closed blockchain system.

Terms

Open Blockchain — A public network that maintains an immutable record of transactions. Anyone can publish a transaction and participate in the network by adhering to a set of published rules. Examples: BitcoinLitecoin

Closed Blockchain — A private network that maintains a shared record of transactions. The network is accessible only to those who have permission and transactions can be edited by administrators. Examples: HyperledgerRippleEris

Governance — A structure through which a participant or user of a system agrees to use the system. governance E.g., Governments.

Sources