Learn how to code your own Ethereum smart contracts from scratch in this 100% free course!
Welcome to this 100% free course where you're going to learn how to create and deploy ethereum smart contracts.
Smart contracts allow you to create decentralized apps that can harness the power of the blockchain for a wide variety of use cases.
In this course, I'm assuming you have no prior experience with creating smart contracts. You're going to go from absolute beginner to an intermediate understanding in a very fast amount of time.
The bulk of this course is going to be very hands-on with very little slides. I think we all learn best by doing and not watching powerpoint.
Required Stuff
So, if you're ready to learn, let's get started!
Written Lesson: Smart Contracts and Decentralized Apps 101
Written Lesson: Solidity Variables and Types (Tutorial)
Written Lesson: Interacting with a Smart Contract through Web3.js (Tutorial)
Written Lesson: Creating Ethereum Smart Contract Events (Tutorial)
Written Lesson: Solidity Modifiers Tutorial - Control your Smart Contract Functions
Written Lesson: Solidity Mappings & Structs Tutorial
Written Lesson: Solidity Inheritance & Deploying a Smart Contract Tutorial
Written Lesson: Finishing our Smart Contract and Using it on Ropsten