Topics to cover
- Solidity language
- Permissionless
- Composability
- Limitations
- Maybe Vyper language
Scaffold-Eth
- Smart contracts are much more deterministic because of how narrow the focus is of blockchain consensus
- Did the public key holder sign the transaction with their corresponding private key?
- Does the public address have enough funds to cover its transaction?
- Is the type of transaction valid within the particular smart contract?