PHP Classes

Blockchain PHP Script: Examples to show how to manipulate a blockchain

Recommend this page to a friend!
  Info   View files Documentation   View files View files (10)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog (1)    
Last Updated Ratings Unique User Downloads Download Rankings
2023-12-25 (12 days ago) RSS 2.0 feedNot yet rated by the usersTotal: 52 This week: 2All time: 10,558 This week: 45Up
Version License PHP version Categories
blockchain_php 1.0.0MIT/X Consortium ...5Algorithms, PHP 5, Files and Folders, C..., F..., P..., G...
Description 

Author

This package provides examples to show how to manipulate a blockchain.

It provides several PHP scripts based on the original work of Marty Anstey that call blockchain manipulation functions to perform several types of operations.

Currently, it provides PHP scripts to:

- Add a new data block to a blockchain file

- Dump all records in a blockchain file

- Display the details of records in a blockchain file

Picture of Rodrigo Faustino
  Performance   Level  
Name: Rodrigo Faustino <contact>
Classes: 10 packages by
Country: Brazil Brazil
Innovation award
Innovation award
Nominee: 8x

Winner: 1x

Documentation

Simple BlockChain Example

A very simple BlockChain implementation intended to illustrate the concept.

Original code, August 2015 by Marty Anstey (https://marty.anstey.ca/) latest code at https://github.com/rhondle/BlockChain

----------||-------||-----------

Iniciando os estudos de blockchain, primeiro em PHP criando uma cadeia de blocos com dados imutáveis; em breve a parte de mineração dos blocos, por hora os blocos são inseridos por formulário, e em breve a distribuição dos blocos em nodos mineráveis.


  Files folder image Files  
File Role Description
Files folder imagecss (1 file)
Files folder imagejs (2 files)
Accessible without login Plain text file addbloco.php Aux. Auxiliary script
Accessible without login Plain text file blockchain.php Aux. Auxiliary script
Accessible without login Plain text file dumpindex.php Aux. Auxiliary script
Accessible without login Plain text file index.html Data Message form page
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file walkchain.php Aux. Auxiliary script

  Files folder image Files  /  css  
File Role Description
  Accessible without login Plain text file w3.css Data Auxiliary data

  Files folder image Files  /  js  
File Role Description
  Accessible without login Plain text file jquery-2.2.3.min.js Data Auxiliary data
  Accessible without login Plain text file w3.js Data Auxiliary data

 Version Control Unique User Downloads Download Rankings  
 100%
Total:52
This week:2
All time:10,558
This week:45Up