Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 1.64 KB

README.md

File metadata and controls

67 lines (48 loc) · 1.64 KB

TransactionChain

Simple TransactionChain (Simple Private Transaction Chain), based on Blockchain technology.

Still on development.

Your contributions are welcome.

Check Transaction-Chain Project.


  • You can track your money, expense, income, or anything.
  • Use it whatever you want.

System requirements

  • PHP 7.0+

Installation

Command Line App

From command line:

php main.php

Or open:

run.bat

Web App

open:

app\web\run_host.bat

then enter the port you want.

Or from command line:

php -S HOST:PORT

for example:

php -S 127.0.0.1:7000

Screenshots

screenshots of version 0.5

Command Line App

Web App

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT