0xSimeon / EMR-Blockchain-Dapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About The Project

Medical Record Dapp smart contract was written in solidity and depoloyed to the Celo blockchain. It's a decentralized Medical system, built using the Celo composer for smart contract interactions.

Built With

Celo Composer is built on Celo to make it simple to build dApps using a variety of front-end frameworks.

How to Run and Test the Code

  • Fork this repository and clone your forked copy
  • Do npm install or yarn this will install all required dependencies
  • cd into hardhat directory to deploy the contract
  • To deploy the contract use this command npx hardhat run scripts/deploy.ts –network alfajores
  • To run the local server cd to the react-app directory and run npm run dev

License

Distributed under the MIT License. See LICENSE.txt for more information.

About

License:MIT License


Languages

Language:TypeScript 81.1%Language:Solidity 10.3%Language:JavaScript 8.3%Language:CSS 0.3%