- Decentralized Applications(DApps)
- Insurance Company
- Hospital
- Smart Contracts
- Blockchain Explorer
ReactJS Applications that will be used by Hospitals and Insurance Companies to perform transaction on the Private Blockchain.
To run any of the above Dapps-
- Go to desired directory(like for example Hospital)
- Run the command - npm install
- npm run start
The contracts folder contains the smart contracts written in Solidity programming language. There are js files which are used to deploy smart contracts onto the blockchain. You can set up a blockchain either on your local machine, for example running a parity node or using an application like Ganache.
The explorer folder contains a ReactJS applications which shows all transactions happening on the blockchain. It shows the history of the transactions on the blockchain. The transaction details show the parties involved in the transaction.