Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DevDaniloFerrari committed Feb 19, 2024
2 parents 8e3ddb7 + 6525f03 commit d637953
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Blockchain
## Blockchain Proof of Concept (POC) Project

In this project, I developed a POC of blockchain to simulate a money transaction between two individuals and record it on a blockchain.

### Technologies Used:
- C# with .NET 8
- SQL Server 2022
- RabbitMQ
- Firebase
- EntityFrameworkCore 8

### Deployment and Dependencies Management:
I utilized Docker to run the application and Docker Compose to manage all dependencies.

### Deployment on Google Cloud Platform:
I deployed the project on the Google Cloud Platform using the following services:

- **Cloud Run:** Hosted the API
- **Cloud Build:** Used for continuous integration (CI) and integrated continuous deployment (CD)
- **Google Cloud SQL:** Instance of SqlServer
- **Artifact Registry:** Used for storing Docker images during the testing period

This project is a Proof of Concept (POC) aimed at developing and implementing a blockchain system designed to manage and secure financial transactions.

0 comments on commit d637953

Please sign in to comment.