Project ERC20 Token Sale¶
In this project you are developing your first token and a separate token sale smart contract.
The token itself will be a fully functional ERC20 token adhering to the ERC20 token standard interface.
In addition to that, we're going to develop a simple token sale smart contract that sells tokens for a pre-defined price.
Real-World Use-Case for this Project¶
💡 ICOs and token sales
Development-Goal¶
1️⃣ Fully understand Modifiers 2️⃣ Understand why Events are used over return variables 3️⃣ Learn how to destroy a smart contract and what are reserved keywords
Video Introduction¶
Get Started¶
💪 💪 💪 Let's get started!