Look up ethereum smart contracts, algorand TEAL stateful contracts. I think the area you are stumbling into Is Turing-complete smart contracts blockchains. After all it seems to me that the main issue of blockchain is consensus, specifically consensus among every node as to the content of the blockchain. Thanks to virtual software environments running directly on top of the consensus algorithms of these public networks, we can program a contract that will execute an action once conditions agreed upon by the network through the consensus algorithm are met.
Thanks to technologies like Chainlink and QR codes we can verify the states of real world objects as well as data sets outside the blockchain... (read more)
Look up ethereum smart contracts, algorand TEAL stateful contracts. I think the area you are stumbling into Is Turing-complete smart contracts blockchains. After all it seems to me that the main issue of blockchain is consensus, specifically consensus among every node as to the content of the blockchain. Thanks to virtual software environments running directly on top of the consensus algorithms of these public networks, we can program a contract that will execute an action once conditions agreed upon by the network through the consensus algorithm are met.
Thanks to technologies like Chainlink and QR codes we can verify the states of real world objects as well as data sets outside the blockchain... (read more)