Extensions, by D. Bozhinovski
In the previous chapter, we implemented blockchain’s basic components. In this chapter, we will extend the blockchain with smart contracts and peer-to-peer support.
4.1 Smart Contracts Implementation
Bitcoin’s blockchain is programmable, which means that the transaction conditions themselves can be programmed by users. For example, users can write scripts (short pieces ...