12 - Project Create A Shared Wallet/199 - Step 6 Improve The Smart Contract Structure For Better Auditability.mp413.6MB
12 - Project Create A Shared Wallet/200 - Step 7 Add Events For The Allowance Smart Contract.mp472.78MB
12 - Project Create A Shared Wallet/201 - Step 8 Add Events For The Simple Wallet Smart Contract.mp455.8MB
12 - Project Create A Shared Wallet/202 - Step 9 Add The SafeMath Library.mp432.6MB
12 - Project Create A Shared Wallet/203 - Step 10 Remove The RenounceOwnership Functionality.mp422.32MB
12 - Project Create A Shared Wallet/204 - Step 11 The Final Smart Contract From Our Project.mp425.59MB
13 - Understanding Web3JS And Smart Contract Interaction/205 - Installing NodeJS To Get Our Environment Set Up.mp431.62MB
13 - Understanding Web3JS And Smart Contract Interaction/206 - Use Web3js In The Node Console To Send Ether From One Account To The Other.mp4325.76MB
13 - Understanding Web3JS And Smart Contract Interaction/207 - Use Web3JS In The Node Console To Interact With Smart Contracts.mp4221.86MB
13 - Understanding Web3JS And Smart Contract Interaction/208 - Using Web3js With Chrome To Interact With Smart Contracts StepByStep.mp4108.08MB
13 - Understanding Web3JS And Smart Contract Interaction/209 - Behind The Scenes Web3js Blockchain Nodes RPC IPC WebSocket Connections.mp480.02MB
14 - Project Event TriggersSupply Chain Example With Truffle 5 Unit Test/210 - Project Introduction This Is What We Build.mp430.7MB
14 - Project Event TriggersSupply Chain Example With Truffle 5 Unit Test/212 - A Demo Of The Final Smart Contract Functionality.mp439.83MB
14 - Project Event TriggersSupply Chain Example With Truffle 5 Unit Test/213 - Solidity Part Implement Approach 1 For Payment Notifications.mp442.37MB
14 - Project Event TriggersSupply Chain Example With Truffle 5 Unit Test/214 - Solidity Part Test Approach 1 For Payment Notifications.mp426.31MB
14 - Project Event TriggersSupply Chain Example With Truffle 5 Unit Test/215 - Solidity Part Improve Approach 1 For Flawless UX For Endusers.mp4262.47MB
14 - Project Event TriggersSupply Chain Example With Truffle 5 Unit Test/216 - Solidity Part Add Ownable Functionality And Why I Didnt Choose OpenZeppelin.mp439.94MB
14 - Project Event TriggersSupply Chain Example With Truffle 5 Unit Test/217 - Truffle Introduction To The Truffle Framework And Truffle Boxes.mp471.29MB
14 - Project Event TriggersSupply Chain Example With Truffle 5 Unit Test/219 - The Truffle React Box Explained LineByLine.mp488.95MB
14 - Project Event TriggersSupply Chain Example With Truffle 5 Unit Test/220 - Replace Smart Contracts In The Truffle React Box.mp443.91MB
14 - Project Event TriggersSupply Chain Example With Truffle 5 Unit Test/221 - Modify the Appjs And HTML Part In The React Box.mp4105.55MB
14 - Project Event TriggersSupply Chain Example With Truffle 5 Unit Test/222 - Implement The AddItem functionality To Our Smart Contracts For ItemTracking.mp498.31MB
14 - Project Event TriggersSupply Chain Example With Truffle 5 Unit Test/223 - Add EventTriggers To Track Payments And Start The DeliveryProcess.mp4146.4MB
14 - Project Event TriggersSupply Chain Example With Truffle 5 Unit Test/224 - Create UnitTests In Truffle To Maintain Code Quality.mp485.82MB
15 - Understand Use GoEthereum/225 - Let Me Introduce The Big Picture.mp423.2MB
15 - Understand Use GoEthereum/226 - This Is Where You Can Download Geth And How You Install It.mp425.97MB
15 - Understand Use GoEthereum/227 - This Happens When You Open Geth Without Any Additional Parameters.mp4203.5MB
15 - Understand Use GoEthereum/228 - LogOutput from Geth Explained.mp492.53MB
15 - Understand Use GoEthereum/229 - This Is Where The Data Is Stored By Default In Geth.mp416.59MB
15 - Understand Use GoEthereum/230 - This Is How You Attach To A Running Geth Instance.mp462.46MB
15 - Understand Use GoEthereum/232 - We Are Working With The JavaScript JSONAPI.mp4131.08MB
15 - Understand Use GoEthereum/233 - This Is The Difference Between Blockchains and Networks.mp49.87MB
15 - Understand Use GoEthereum/234 - This Is The Genesisjson File.mp49.1MB
15 - Understand Use GoEthereum/235 - Lets Create Our Own Private Network With GoEthereum.mp437.18MB
15 - Understand Use GoEthereum/236 - First Steps With The JSON API And Our Private Network.mp432.69MB
15 - Understand Use GoEthereum/237 - This Is How I Mine Ether On My Private Network.mp4177.89MB
15 - Understand Use GoEthereum/239 - Let Me Show You Some Important Tips and Tricks With Geth.mp443.07MB
16 - Project Asset Tokenization Using OpenZeppelin And Truffle/240 - Project Introduction This Is What We Are building.mp415.57MB
16 - Project Asset Tokenization Using OpenZeppelin And Truffle/242 - Fungible vs NonFungible Tokens Summarized.mp421.47MB
16 - Project Asset Tokenization Using OpenZeppelin And Truffle/243 - This Is How We Approach This Project The Implementation Path.mp437.11MB
16 - Project Asset Tokenization Using OpenZeppelin And Truffle/244 - We Install Truffle And Initialize Our Project Using Truffle Boxes.mp411.15MB
16 - Project Asset Tokenization Using OpenZeppelin And Truffle/245 - Lets Add In The ERC20 Smart Contracts From OpenZeppelin.mp437.08MB
16 - Project Asset Tokenization Using OpenZeppelin And Truffle/246 - We Add Migrations For Truffle For The OpenZeppelin Smart Contracts.mp480.45MB
16 - Project Asset Tokenization Using OpenZeppelin And Truffle/247 - Lets Add Unit Tests Using Mocha Chai ChaiExpect And ChaiAsPromised.mp4100.46MB
16 - Project Asset Tokenization Using OpenZeppelin And Truffle/248 - Its Time To Add More Unit Tests For Full Testing Of Our MyToken Smart Contract.mp4121.5MB
16 - Project Asset Tokenization Using OpenZeppelin And Truffle/249 - We Add A Crowdsale Smart Contract For Solidity 06x From OpenZeppelin.mp440.55MB
16 - Project Asset Tokenization Using OpenZeppelin And Truffle/250 - This Is How You Use The Crowdsale Smart Contract From OpenZeppelin.mp434.14MB
16 - Project Asset Tokenization Using OpenZeppelin And Truffle/251 - Lets Add The Migration For The MyTokenSale Smart Contract.mp434.07MB
16 - Project Asset Tokenization Using OpenZeppelin And Truffle/252 - Lets Fix The Unit Test And Encapsulate It From The Other Tests.mp430.8MB
16 - Project Asset Tokenization Using OpenZeppelin And Truffle/253 - Lets Consolidate Our Configuration In Truffle Into One env File Using dotenv.mp475.83MB
16 - Project Asset Tokenization Using OpenZeppelin And Truffle/254 - Lets Write A Crowdsale Unit Test Using Mocha And Chai.mp466.5MB
16 - Project Asset Tokenization Using OpenZeppelin And Truffle/255 - Fix Multiple Truffle Tests Using A Common Setup For Chai And Chai Expect.mp445.28MB
16 - Project Asset Tokenization Using OpenZeppelin And Truffle/256 - Lets Add The Remaining Unit Tests Into Our Crowdsale.mp4124.57MB
16 - Project Asset Tokenization Using OpenZeppelin And Truffle/257 - We Add A KYC Smart Contract Solution Mockup For Our Crowdsale With Whitelisting.mp459.86MB
16 - Project Asset Tokenization Using OpenZeppelin And Truffle/258 - Lets Adapt The React Frontend For Our TokenSale App.mp4166.34MB
16 - Project Asset Tokenization Using OpenZeppelin And Truffle/259 - Lets Add The KYC Whitelisting Functionality To Our Frontend.mp455.78MB
16 - Project Asset Tokenization Using OpenZeppelin And Truffle/260 - Fix Common Errors With Accounts Contracts And Private Keys.mp487.24MB
16 - Project Asset Tokenization Using OpenZeppelin And Truffle/261 - Use Truffle HDWallet Provider To Deploy Smart Contracts.mp4139.92MB
16 - Project Asset Tokenization Using OpenZeppelin And Truffle/262 - Buy Tokens Using MetaMask And The Send Functionality.mp494.57MB
16 - Project Asset Tokenization Using OpenZeppelin And Truffle/263 - Display Tokens Directly In MetaMask.mp415.57MB
16 - Project Asset Tokenization Using OpenZeppelin And Truffle/264 - Display And Buy Tokens Via The Website Using Web3js.mp477.87MB
16 - Project Asset Tokenization Using OpenZeppelin And Truffle/265 - Deployment Of The Smart Contracts To Ropsten Using Infura.mp448.2MB
18 - Bonus Getting Hired As A Blockchain Developer/268 - Introduction.mp46.8MB
18 - Bonus Getting Hired As A Blockchain Developer/269 - Essential Soft Skills Recruiters Require.mp434.54MB
18 - Bonus Getting Hired As A Blockchain Developer/270 - Conclusion.mp42.63MB
2 - Remix IDE/10 - Starting Stopping And Interacting With Smart Contracts.mp431.88MB
2 - Remix IDE/12 - Blockchain Basics.mp429.73MB
2 - Remix IDE/13 - Read And Write To Smart Contract.mp427.43MB