All materials are included in the markdown
files with the instructions on how to run a local ethereum network.
-
The foundation
- building a
HelloWorld
contract. - testing it
- deploying it
- comunicating from the browser
- building a
-
Understanding solidity
- a slightly more complex contract with reading and writing
- on Rinkeby Rinkeby faucet
-
Complex contract
- the concepts
- arrays
- mappings
- bits
- what does this mean?
a & b == b
(0x1 <<3) - 1
- what does this mean?
- testing, deploying, communicating
- the concepts
-
Solving the need to update your contract