Ethereum and Solidity - Lesson 05 - Real Projects with Ethereum
How to build a complex blockchain smart contract? What standard issues will you face with arrays, gas, different types of variables, deployment of contracts, etc? And how to solve them?
I am overviewing excellent course “Ethereum and Solidity: The Complete Developer’s Guide” (https://www.udemy.com/course/ethereum-and-solidity-the-complete-developers-guide/)
Lesson 5 contains an overview of one specific real-life business problem - an issue with Kickstarter’s model of work. It overviews how this problem can be elegantly solved using smart contracts.
Sharing my mind map as usual:
See also:
- Ethereum and Solidity - Lesson 04 - Building interactive Front-Ends
- Ethereum and Solidity - Lesson 06 - Ethereum Project Infrastructure
- Ethereum and Solidity - Lesson 01 - What is Ethereum
- Ethereum and Solidity - Lesson 03 - Advanced Smart Contracts
- Ethereum and Solidity - Lesson 02 - Smart Contracts with Solidity