https://github.com/justinianus2001/blockchain-example
Blockchain basic example with PHP
https://github.com/justinianus2001/blockchain-example
Last synced: 3 months ago
JSON representation
Blockchain basic example with PHP
- Host: GitHub
- URL: https://github.com/justinianus2001/blockchain-example
- Owner: Justinianus2001
- Created: 2022-07-25T08:17:23.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-25T12:54:44.000Z (almost 3 years ago)
- Last Synced: 2023-03-05T14:24:05.512Z (over 2 years ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blockchain example with PHP
This is a example repository in PHP based on Youtube channel [Simply Explained](https://www.youtube.com/c/Savjee) in the series of videos [building a blockchain in JS](https://www.youtube.com/playlist?list=PLzvRQMJ9HDiTqZmbtFisdXFxul5k0F-Q4). You can follow his github page and the code example in JS for more information [here](https://github.com/Savjee/SavjeeCoin).
In this repository, I have build up and define some basic knowledge in blockchain (Block, Blockchain, Transaction, Wallet) and use package [elliptic-php](https://github.com/simplito/elliptic-php) to generate public key and private key for my wallet.
That's all. Thank you for visiting !