Electronic Medical Records PoC, by Caso myOMICS.io
Select the specific nvm version:
❯ nvm use v14.6.0
Install dependencies:
❯ npm install
Compile smart contracts:
❯ truffle compile
Launch dev blockchain wit ganache.
❯ ganache-cli
Run the tests:
❯ truffle test
❯ truffle deploy
How to launch web app:
❯ react-scripts start