Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renekorss/blockchain
Simple blockchain implementation in PHP. Roadmaped to have PoW Consensus, wallets, transactions, API and node.
https://github.com/renekorss/blockchain
blockchain blockchain-php blockchain-technology php php7 pow-consensus proof-of-work
Last synced: about 1 month ago
JSON representation
Simple blockchain implementation in PHP. Roadmaped to have PoW Consensus, wallets, transactions, API and node.
- Host: GitHub
- URL: https://github.com/renekorss/blockchain
- Owner: renekorss
- License: mit
- Created: 2018-08-24T16:31:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T21:28:11.000Z (about 2 months ago)
- Last Synced: 2024-11-06T22:28:07.089Z (about 2 months ago)
- Topics: blockchain, blockchain-php, blockchain-technology, php, php7, pow-consensus, proof-of-work
- Language: PHP
- Homepage: https://renekorss.github.io/blockchain/
- Size: 899 KB
- Stars: 11
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Actions Status](https://github.com/renekorss/blockchain/workflows/build/badge.svg)](https://github.com/renekorss/blockchain/actions)
[![Coverage Status](https://coveralls.io/repos/renekorss/blockchain/badge.svg?branch=master&service=github)](https://coveralls.io/github/renekorss/blockchain?branch=master)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/634a0a6cf7c84e74aeedb2989bc299c5)](https://www.codacy.com/app/renekorss/blockchain?utm_source=github.com&utm_medium=referral&utm_content=renekorss/blockchain&utm_campaign=Badge_Grade)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)# Blockchain
Simple blockchain implementation in PHP## Roadmap
- [x] Block and blockchain structure
- [x] Genesis block
- [x] Blockchain validation
- [ ] PoW Consensus and mining with difficulty
- [ ] Wallets and transactions
- [ ] API
- [ ] Node## Tasks
- `composer build` - build by running tests and all code checks
- `composer tests` - run tests
- `composer docs` - build API documentation
- `composer phpmd` - run PHP Mess Detector
- `composer phpcs` - run PHP CodeSniffer## License
Licensed under [MIT](LICENSE)