Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Ethereum Development Course - Blockchain at Berkeley

Posted By: naag
Ethereum Development Course - Blockchain at Berkeley

Ethereum Development Course - Blockchain at Berkeley
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 42M | Lec: 8 | 110 MB
Genre: eLearning | Language: English

This course will teach you how to become an experienced solidity developer

Blockchain at Berkeley and leaders of well-respected Blockchain start-ups like Consensys, BlockApps, Virtue Poker, and UJO Music have pooled their experience and knowledge to design a curriculum to turn you into an effective developer of secure Decentralized Applications (dApps) on Ethereum.

The Blockchain Development Bootcamp is comprised four modules of full stack programming on the Ethereum Blockchain:

[FREE] Module 1: Developer Environment Setup and Hello World

Getting Started
Ethereum and Solidity Recap
A Starting Example
The bank contract
Hands-on Development
Installing Dependencies
Project Structure
“Hello World!” (Greeter) Contract
Truffle Init
Connecting to the Real World
Attaching Frontend
Web3 api
Create-react-app
Truffle Migrations
Finishing Touches
Javascript Console
Contract Interaction and Final Questions
Module 2: Solidity In-Depth

Data Types and Associated Methods
Typing and your contracts storage
Typing in solidity
Data Structures
Your contracts storage
Structs
Mappings
Simple Operators
Global Variables
Functions and More
Accessor functions
Events
Modifiers
Branching and Loops
Objects and Contracts
Calling external contract
Inheritance
Import
Other Keywords
Throwing
Selfdestruct

Module 3: Advanced Dapp Development

Greeter Review
Git clone if needed
Testrpc window, npm install/start window, truffle migrate, EthereumSetup.js
Truffle console and final product
How to fetch chain state
What is the web3 api
What is a contract abi?
Why do I have to change the address every time
Web3 API
Pulling information from the blockchain
Modify greeter app that uses web3 to retrieve:
Wallet address
Balance (BigNumber note. Have people try to get as decimal and fail)
Latest block number
Latest block timestamp
Latest block hash
Gas price
Developer Tools I: MetaMask and Deployment
Metamask Chrome Setup
Communication between your browser and your blockchain
Sending and Signing Transactions
Live deployment to Kovan testnet
Live deployment to Ethereum Mainnet

Module 4: Security and Attacks Vectors

Philosophy and Fundamentals
Basic Security
Solidity defaults
.send() vs .transfer vs .call().value()
“Smart” smart contract standards
Attack Vectors
Data races
Integer overflow
Community tools
OpenZeppelin
Oyente
SolCover

Ethereum Development Course - Blockchain at Berkeley