Nchinda Nchinda
MIT grad, ethereum developer, bitcoin user
chmod for medical records
Nchinda Nchinda
@Firescar96
Researcher in Viral Communications
https://slides.com/firescar96/medrec-30
MedRec is an Ethereum-based management system to give patients control over their medical records. MedRec 2.0 is...
Proof of Work
Hard to Solve, Easy to Verify
Patients
MedRec
Providers
pragma solidity ^0.4.0;
contract SimpleStorage {
uint storedData;
function SimpleStorage() {
// ...
}
function bid() payable { // Function
// ...
}
}
}
By Nchinda Nchinda