- 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.