I am seeking a reference with a detailed technical (rather than comprehensive) guide for implementing the blockchain through programming including a complete model of one real example not an illustration example.
I suggest starting with the implementation of a basic peer-to-peer system in which peers can find each other and can exchange messages. Later, you can define your own block structure, consensus algorithm etc. All the details concerning blockchain systems become apparent once you start programming.
Bloclchain is a distributed electronic record that is shared between all members and its content is kept identical between different members and update simultaneously. It has two major advantages 1- provides security and privacy with help of advanced cryptographic tools 2- Provides Distributed Autonomous functionalities with help of smart contract. Please see this reference for more information:
"A Blockchain Enabled Cyber-Physical System Architecture for Industry 4.0 Manufacturing Systems”
The blockchain has passed the course of evangelization. It is no longer necessary to recall the interest represented by blockchain technology. A kind of decentralized account ledger (and therefore very difficult to falsify), it allows validating transactions in near real-time without going through a trusted third party. The use cases are endless and many companies have moved on.
I will mention a number of references and it is suggested that you follow them by order :