Skip to content

Latest commit

 

History

History
executable file
·
65 lines (34 loc) · 1.29 KB

README.md

File metadata and controls

executable file
·
65 lines (34 loc) · 1.29 KB

MAGECOIN - simple blockchain exemple with php

Latest Stable Version License: MIT

Exemple allows customers to transfer ammount, mine, and show blockchain data.

Setup

Composer are required.

Get the package

Unzip the package.

Install

composer install
vagrant up

and go to : http://10.33.33.33/

Usage

  • Create transaction each other.

  • Mine next block.

  • Show chain data update

  • Refresh page to update allowance

Picture

MageCoin

Settings

Blockchain is stored in your session. To configure chain, go to Chain.php

Support

  • Raise a new request on the issue tracker.

Authors

Todo

  • ERC20 compliant

Licence

This project is licensed under the MIT License - see the LICENSE details.

That's all folks!