Completed
: Smart contract - Solidity read-only functions, Interacting with functions in Remix
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build 5 Dapps on the Ethereum Blockchain - Beginner Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 : Smart contract: Intro to Solidity, Remix, Deploying contract on Remix
- 2 : Tests - Introduction to Truffle and tests
- 3 : Frontend - Architecture of Ethereum Dapp / integration with smart contract, ABI, intro to Web3
- 4 : Smart contract - Solidity read-only functions, Interacting with functions in Remix
- 5 : Tests - Testing a smart contract function with Truffle
- 6 : Frontend - Interacting with a smart contract function from frontend, with Web3
- 7 : Smart contract - Solidity functions that can modify smart contract data (in transaction)
- 8 : Tests - Test (transaction) smart contract functions with Truffle
- 9 : Frontend - Sending transactions from frontend, with Web3
- 10 : Smart contract - Solidity Arrays (adding element, read single element, read all elements and get length)
- 11 : Tests - Testing Solidity arrays with Truffle, introduction to the BN.js library to deal with Solidity numbers
- 12 : Frontend - Using Webpack / ES6 for Dapp frontend, Intro to (new) Metamask and integration with frontend
- 13 : Smart contract - create, read update and delete data in Solidity
- 14 : Tests - How to tests Solidity errors with Truffle (require, revert...)
- 15 : Frontend - Deployment on public testnet (Ropsten) and Mainnet with Infura