This project demonstrates a blockchain-based solution for primary healthcare, designed to ensure security, transparency, and patient privacy.
- Node.js v14.15.1 or later
- Truffle v5.1.39
- Ganache CLI
- Metamask
Clone the project:
git clone https://github.com/sameersinghcode/PrimaryCareBlockchain-main.git
Install dependencies:
npm install
-
Start the Ganache CLI to run a local blockchain on your machine:
ganache-cli -
Compile the smart contracts:
truffle compile -
Migrate the smart contracts to your local blockchain:
truffle migrate
Interact with the smart contracts using Truffle's development console:
truffle console
In the console, you can interact with your contract using the commands provided in the repo's scripts.
Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change.
This project is available under the MIT license. See the LICENSE file for more info. Author: Sameer Singh