Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.14 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.14 KB

Actions Status Coverage Status Codacy Badge License

Blockchain

Simple blockchain implementation in PHP

Roadmap

  • Block and blockchain structure
  • Genesis block
  • 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