1. Welcome
1.1. Course Introduction
1.2. Prerequisites
1.3. Project Details
2. Tezos Concepts
2.1. What is Tezos?
2.2. Liquid Proof of Stake
2.3. Components of Tezos Software
2.4. Tezos Smart Contracts
2.5. Tezos Accounts
2.6. Wallets
2.7. Gas, Storage and limits
2.8. Tezos Networks
3. Installation and setup
3.1. Installation instructions - Linux
3.2. Installation instructions - MacOS
3.3. Liquidity installation instructions
3.4. Load Tez from the faucet
4. Liquidity smart contract
4.1. Overview of the voting contract
4.2. Intro to Liquidity
4.3. Declare storage type
4.4. init storage function
4.5. main function - part 1
4.6. main function - part 2
4.7. Deploy contract to Alphanet
5. Web frontend
5.1. HTML setup
5.2. Display account balance
5.3. Display candidate votes
5.4. Vote for candidate
6. Conclusion
6.1. Exercises
6.2. Additional resources
6.3. Thank you
Display candidate votes
Previous
Next