Open-Source Blockchain in PHP

Primo
Feb 8, 2021

TransactionChain

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

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

System requirements

  • PHP 7.0+

Check on Github.

Available as Console Application and Web Application.

Web App
Console App

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

--

--