Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aididalam/smartdblogger


https://github.com/aididalam/smartdblogger

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# DBChainLogger

This is an example project for logging database operations (CRUD) to a blockchain. It is designed to demonstrate integration between MySQL, Firebase, and blockchain smart contracts.

## Features

-Logs CREATE, READ, UPDATE, DELETE operations to the blockchain.
-Supports MySQL with Sequelize ORM.
-Supports Firebase Realtime Database.

## Usage

1. Clone the repository:
git clone https://github.com/your-username/DBChainLogger.git
cd DBChainLogger
2. Install dependencies:
```
npm install
```
3. Start the application:
```
npm start
```

## Note

This project is for demonstration purposes only. Replace placeholders with your actual configurations.