PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Rodrigo Faustino   Blockchain PHP Script   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Blockchain PHP Script
Examples to show how to manipulate a blockchain
Author: By
Last change:
Date: 5 months ago
Size: 523 bytes
 

Contents

Class file image Download

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.