- What was Web 1.0?
Web 1.0 was read only web.
You could search for information and read it.
- What is a smart contract?
A smart contract is a self-executing program/contract
written to interact with a blockchain.
- How is transparency achieved with Ethereum code?
Naming and functions in Ethereum have become standardized
so as to make tracking from clause to clause less confusing
as well as making the contracts more interoperational,
except I think I’ve read inheritance is no longer a possibility
on Ethereum?
Also, because of the immutability of smart contracts,
participants in the contract do not have to worry that
another person will go in and alter the terms of the contract.