-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# PiSure | ||
|
||
PiSure is a decentralized insurance platform built on the Pi Network. | ||
|
||
## Overview | ||
|
||
PiSure is a cutting-edge insurance platform that leverages blockchain technology to provide a secure, transparent, and efficient way to manage insurance policies. | ||
|
||
## Features | ||
|
||
* Decentralized insurance platform | ||
* Blockchain-based policy management | ||
* Machine learning-powered risk assessment | ||
* Autonomous banking network integration | ||
|
||
## Directory Structure | ||
|
||
* `client/`: Frontend code | ||
* `server/`: Backend code | ||
* `contracts/`: Smart contracts | ||
* `database/`: Database migrations and models | ||
* `ml/`: Machine learning models and data | ||
|
||
## Getting Started | ||
|
||
### Prerequisites | ||
|
||
* Docker installed on your system | ||
* Node.js installed on your system (optional) | ||
|
||
### Running the Application | ||
|
||
1. Clone the repository: `git clone https://github.com/KOSASIH/pi-nexus-autonomous-banking-network/tree/main/blockchain_integration/PiSure` | ||
2. Change into the repository directory: `cd PiSure` | ||
3. Build and start the application: `docker-compose up` | ||
4. Access the application at: `http://localhost:3000` | ||
|
||
### Development | ||
|
||
1. Install dependencies: `npm install` | ||
2. Start the application: `npm start` | ||
3. Access the application at: `http://localhost:3000` | ||
|
||
## Contributing | ||
|
||
Contributions are welcome! Please submit a pull request with your changes and a brief description of what you've added or fixed. | ||
|
||
## License | ||
|
||
PiSure is licensed under the Apache 2.0 License. See [LICENSE](LICENSE) for details. |