Skip to content

solaio/bcphp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

bcphp

Simple Blockchain with PHP

PHP によるシンプルなブロックチェーン

Operating Environment

  • Web Server (Apache, nginx, etc)
  • PHP 5.6.0+
  • MySQL 5.6+
  • Composer

Installation

  1. Edit the index.php code on line 17,18 and 26 - 28 according to your environment.
define('NODE_URL', 'http://localhost/bcphp/');
define('NEIGHBOUR_NODE_URL', '');
ORM::configure('mysql:host=localhost;dbname=bcphp');
ORM::configure('username', 'root');
ORM::configure('password', 'root');
  1. Place files in public directory.
  2. Perform initialization with Composer.
composer init

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Reference

About

Implement block chains with PHP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages