https://github.com/uditmishr/medblock
Medblock is a simple web application to book appointments for medical consultants and shows the booked appointment using the corresponding id. This application uses a combination of blockchain and InterPlanetary File System(IPFS) as a backend to store and access data
https://github.com/uditmishr/medblock
ethreum ipfs
Last synced: 11 months ago
JSON representation
Medblock is a simple web application to book appointments for medical consultants and shows the booked appointment using the corresponding id. This application uses a combination of blockchain and InterPlanetary File System(IPFS) as a backend to store and access data
- Host: GitHub
- URL: https://github.com/uditmishr/medblock
- Owner: uditmishr
- Created: 2023-01-30T12:33:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T03:51:29.000Z (almost 3 years ago)
- Last Synced: 2024-08-21T10:16:25.109Z (over 1 year ago)
- Topics: ethreum, ipfs
- Language: JavaScript
- Homepage:
- Size: 767 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# **MedBlock**
### **About**
Medblock is a simple web application to book appointments for medical consultants and shows the booked appointment using the corresponding id. This application uses a combination of blockchain and InterPlanetary File System(IPFS) as a backend to store and access data.
### **Setting Up Environment**
- Install metamask (gateway for blockchain transcation)
- Install ganache ( personal Ethereum blockchain which you can use to run tests, execute commands, and inspect state while controlling how the chain operates.)
- Install Node js
- clone the git repo
```
git clone https://github.com/uditmishr/medblock.git
````
- Install all required packages
```
npm install
````
- compile Truffle file
```
truffle compile
````
- Open ganche setup environment
- Migrate the truffle on network
```
truffle migrate
````
### **GUI**

## **Note**
**infura.io** has deprecated the public gateway on August 10th, 2022. Use dedicated gateway instead.