|
1 | | -# Laravel Blockchain |
| 1 | +<p align="center"> |
| 2 | + <img src="https://raw.githubusercontent.com/ronald-ph/laravel-blockchain/main/laravel-blockchain.png" alt="Laravel Blockchain Banner" width="100%" /> |
| 3 | +</p> |
2 | 4 |
|
3 | | -A Laravel package for implementing blockchain ledger functionality with digital signatures for data integrity and audit trails. |
| 5 | +# ⚡ Laravel Blockchain |
4 | 6 |
|
5 | | -## Features |
| 7 | +> A Laravel package for implementing **blockchain ledger functionality** with **digital signatures** to ensure data integrity and provide an immutable **audit trail**. |
6 | 8 |
|
7 | | -- ✅ Create immutable blockchain records for any model |
8 | | -- ✅ Digital signature verification using RSA keys |
9 | | -- ✅ Chain integrity verification |
10 | | -- ✅ Data tampering detection |
11 | | -- ✅ Complete audit trail history |
12 | | -- ✅ Artisan commands for key generation and verification |
13 | | -- ✅ Configurable hash algorithms |
14 | | -- ✅ Support for custom cryptographic keys |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
15 | 14 |
|
16 | | -## Installation |
| 15 | +--- |
| 16 | + |
| 17 | +## 🚀 Features |
| 18 | + |
| 19 | +- ✅ Immutable blockchain records for any model |
| 20 | +- ✅ RSA-based **digital signature verification** |
| 21 | +- ✅ Chain integrity and data tamper detection |
| 22 | +- ✅ Full audit trail of data changes |
| 23 | +- ✅ Artisan commands for key generation and chain verification |
| 24 | +- ✅ Configurable **hash algorithms** (SHA-256, SHA-512, etc.) |
| 25 | +- ✅ Support for **custom cryptographic keys** |
| 26 | + |
| 27 | +--- |
| 28 | + |
| 29 | +## 📦 Installation |
17 | 30 |
|
18 | 31 | Install the package via Composer: |
19 | 32 |
|
|
0 commit comments