Simple blockchain implementation in PHP
- Block and blockchain structure
- Genesis block
- Blockchain validation
- PoW Consensus and mining with difficulty
- Wallets and transactions
- API
- Node
composer build
- build by running tests and all code checkscomposer tests
- run testscomposer docs
- build API documentationcomposer phpmd
- run PHP Mess Detectorcomposer phpcs
- run PHP CodeSniffer
Licensed under MIT