Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Aug 6, 2024
1 parent bc29495 commit 0127235
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions blockchain_integration/PiSure/README.md
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.

0 comments on commit 0127235

Please sign in to comment.