Skip to content

Simple blockchain implementation in PHP. Roadmaped to have PoW Consensus, wallets, transactions, API and node.

License

Notifications You must be signed in to change notification settings

renekorss/blockchain

Repository files navigation

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

About

Simple blockchain implementation in PHP. Roadmaped to have PoW Consensus, wallets, transactions, API and node.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages