The EHM Blockchain project is an innovative research initiative from the School of Social Science that leverages blockchain technology to create a permanent, transparent record of scholarly interpretations of archival documents. Core Concept This project establishes a decentralized platform where experts can submit their interpretations and analyses of archival materials, with each contribution being securely stored on the blockchain. This approach offers several key advantages:
- Immutable Records: Once recorded on the blockchain, scholarly interpretations cannot be altered or deleted, creating a permanent historical record.
- Provenance Tracking: The origin and evolution of interpretations can be traced through time, allowing users to understand how scholarly consensus develops.
- Transparency: All contributions are publicly accessible, promoting open scholarship and knowledge sharing.
- Accountability: Scholars' contributions are verifiable and attributable, encouraging responsible scholarship.
The project utilizes the Ethereum blockchain (currently on Sepolia testnet) with a permission-based structure:
- Owners: Administrators who can manage the platform and approve scholars
- Scholars: Vetted experts who can contribute interpretations to the blockchain
- Public: Anyone can view the interpretations and their history
- Install MetaMask browser extension.
- Get Sepolia testnet ETH from a faucet (e.g., https://www.alchemy.com/faucets/ethereum-sepolia).
- Request owner access from the contract administrator.
- Start a local server, e.g.:
python3 -m http.server 8000
Open http://localhost:8000 in your browser.
- Connect MetaMask when prompted.
- Owners can add/remove owners and scholars, view scholar list.
- Scholars can add edits to documents.
- Anyone can view edits for a specific document.