Skip to content

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

License

Notifications You must be signed in to change notification settings

m-primo/TransactionChain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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