- What was Web 1.0?
Static pages just including texts, images, and links
- What is a smart contract?
A smart contract refers to a small piece of unstoppable code that run on blockchain.
Solidity is the language used in Ethereum.
You can program transactions from smart contract.
- How is transparency achieved with ethereum code?
A smart contract makes a rule that shows how transactions are triggered. Everyone can see the rule.
A smart contract is not editable once it’s uploaded.