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.
- PHP 7.0+
From command line:
php main.php
Or open:
run.bat
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 of version 0.5
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.