Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 691 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 691 Bytes

EHM Blockchain features

Quick Start

  1. Install MetaMask browser extension.
  2. Get Sepolia testnet ETH from a faucet (e.g., https://www.alchemy.com/faucets/ethereum-sepolia).
  3. Request owner access from the contract administrator.
  4. Start a local server, e.g.:
python3 -m http.server 8000

Open http://localhost:8000 in your browser.

Usage

  1. Connect MetaMask when prompted.
  2. Owners can add/remove owners and scholars, view scholar list.
  3. Scholars can add edits to documents.
  4. Anyone can view edits for a specific document.