gitextract_ks5s19nd/ ├── .gitignore ├── LICENSE ├── README.md ├── Web-client/ │ ├── package.json │ ├── public/ │ │ ├── index.html │ │ └── manifest.json │ └── src/ │ ├── HealthCare.js │ ├── hadmin.js │ ├── index.css │ ├── index.js │ ├── insurance.js │ ├── ladmin.js │ ├── patient.js │ └── web3.js ├── contracts/ │ ├── HealthCare.sol │ └── Migrations.sol ├── migrations/ │ ├── 1_initial_migration.js │ └── 2_deploy_HealthCare.js ├── truffle-config.js └── truffle.js