-
Book Overview & Buying
-
Table Of Contents
Become An Ethereum Blockchain Developer
By :
Become An Ethereum Blockchain Developer
By:
Overview of this book
Ethereum blockchain development involves creating decentralized applications (DApps), smart contracts, and other digital assets on the Ethereum blockchain platform. Ethereum is a decentralized blockchain network known for supporting smart contracts, self-executing agreements with predefined rules that automatically execute.
The course begins with an introduction and progresses to the Remix IDE, covering topics such as Blockchain basics and reading/writing smart contracts. It covers hands-on projects, the Blockchain Messenger, to explore Booleans, integers, and address types. The course progresses to Smart Money - Deposit and Withdrawals, diving into Metamask, Ethereum transactions, and the payable modifier. Smart Wallet takes us into Solidity mappings, structs, and low-level Solidity calls. Moving forward into ERC20 Token Sale projects, Web3.js, event handling, and modifiers lead to non-fungible tokens (NFTs) involving Truffle, smart contract debugging, and deployment. The course wraps up by exploring alternative development frameworks such as Hardhat and Foundry.
Upon completing the course, we will be proficient in Solidity programming, smart contract development, and blockchain usage. We will have hands-on experience building real projects, including DApps and NFTs, and contribute to blockchain projects.
Table of Contents (7 chapters)
Introduction to the Course
Remix IDE
[Project] The Blockchain Messenger
[Project] Smart Money - Deposit and Withdrawals
[Project] Smart Wallet
[Project] ERC20 Token Sale
[Project] Non-Fungible Token (NFT)