Code an ERC-20 Token on the Ethereum blockchain sell it with a crowd sale (ICO) website
What you will learn
Code an ERC-20 token smart contract
Code a crowd sale (ICO) smart contract
Code a crowd sale (ICO) website
Deploy smart contracts to blockchain
Deploy crowd sale (ICO) website to the web
Introduction to the Solidity programming language
Introduction to smart contract development in Solidity
Introduction to Ethereum development tools
Understanding of how ERC-20 tokens work
English
language
Content
Introduction
Introduction to Ethereum ERC-20 Tokens and Crowd Sales (ICOs)
Setup
Project Setup & Smoke Test
ERC-20 Token Smart Contract
Creating the ERC-20 Token Smart Contract
Transferring Tokens
Approving Token Transfers
Delegated Token Transfers
Console Demonstration
Crowd Sale Smart Contract
Creating the Crowd Sale Smart Contract
Purchasing ERC-20 Tokens
Ending Token Sale
Crowd Sale Website
Creating the Crowd Sale Website
Building out the Crowd Sale Website
Purchasing ERC-20 Tokens
Deployment
Deploying the Smart Contracts with Geth
Deploying the Crowd Sale Website