|
|
|
|
|
by erwinh
1346 days ago
|
|
In a way for me smart contract blockchains are a good example of developers focussing on creating very efficient functional building blocks. A smart contract has 'functional' aspects in that it produces operations that update the state/storage. Developers are incentivised to think about direct cost due to gas/storage fees. Chain-level transaction standards create a base-level of interoperability. All of this being on-chain basically gives 'event logging' out of the box so all functions (i.e. contracts) on a chain can be monitored by any developer involved. (Building this part myself: https://thestackreport.xyz/dashboards/tezos) |
|
> event logging' out of the box so all functions (i.e. contracts) on a chain can be monitored by any developer involved
You cannot be serious..