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
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疱eis; em breve a parte de minera鈬o dos blocos, por hora os blocos s縊 inseridos por formul疵io, e em breve a distribui鈬o dos blocos em nodos miner疱eis.
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 |
File | Role | Description |
---|---|---|
Accessible without login Plain text file w3.css | Data | Auxiliary data |
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 |
Add link image If you know an application of this package, send a message to the author to add a link here.