- What was Web 1.0?
Web 1.0 was the internet at the beginning, with static “boring” websites and static pictures, no javascript, no dynamic content.
- What is a smart contract?
A smart contract is a program that runs on the ethereum blockchain and as such it is decentralized and unstoppable.
- How is transparency achieved with ethereum code?
The source code of a smart contract can be open or closed. In the case it’s closed: the deployed bytecode and public functions names are public and everybody can read them. Everybody can see the transactions happened with the smart contract. If the code is readable and not obfuscated, the smart contract can be verified by anybody.