File List
-
01 Ethereum Blockchain Platform/001 Quick Inside. Course Overview.mp4 39.32 MB
01 Ethereum Blockchain Platform/002 IMPORTANT Please Read.html 2.57 KB
01 Ethereum Blockchain Platform/003 How to Get Better and Faster Support JOIN MY PRIVATE FACEBOOK COMMUNITY.html 2.08 KB
01 Ethereum Blockchain Platform/004 Introduction to Ethereum.mp4 39.68 MB
01 Ethereum Blockchain Platform/005 Ethereum Nodes.mp4 27.25 MB
01 Ethereum Blockchain Platform/006 Links to Original Bitcoin Ethereum White Papers.html 2.1 KB
01 Ethereum Blockchain Platform/007 Ethereum Accounts and Ethereum Address.mp4 60.5 MB
01 Ethereum Blockchain Platform/008 Ether(ETH).mp4 17.36 MB
01 Ethereum Blockchain Platform/009 Gas and Opcodes.mp4 82.08 MB
01 Ethereum Blockchain Platform/010 Ethereum Block Explorer.mp4 58.44 MB
01 Ethereum Blockchain Platform/011 Ethereum Transactions Blocks and Mining.mp4 106.65 MB
01 Ethereum Blockchain Platform/external-assets-links.txt 494 B
02 Programming Environment/012 Tools and Frameworks.mp4 65.55 MB
02 Programming Environment/013 Remix IDE.mp4 66.21 MB
02 Programming Environment/014 Smart Contract Compilation ABI and Bytecode.mp4 60.46 MB
02 Programming Environment/015 Installing Metamask and Sending Ether. MyEtherWallet.mp4 70.76 MB
02 Programming Environment/016 Rinkeby Authenticated Faucet.mp4 23.87 MB
02 Programming Environment/017 Contract Deployment on Rinkeby Using Remix and Metamask.mp4 44.34 MB
02 Programming Environment/external-assets-links.txt 75 B
03 Solidity Programming Language/018 Getting Course Resources.html 1.62 KB
03 Solidity Programming Language/019 Solidity Compiler Version.html 2.32 KB
03 Solidity Programming Language/020 Smart Contract Architecture.mp4 16.22 MB
03 Solidity Programming Language/021 Solidity Basic Syntax.mp4 34.01 MB
03 Solidity Programming Language/022 Variables Basics.mp4 74.27 MB
03 Solidity Programming Language/023 Functions Setters and Getters.mp4 48.8 MB
03 Solidity Programming Language/024 Variable Types Bool and Int.mp4 28.44 MB
03 Solidity Programming Language/025 Fixed-Size Arrays.mp4 91.98 MB
03 Solidity Programming Language/026 Dynamic Arrays.mp4 104.89 MB
03 Solidity Programming Language/027 Structs and Enums.mp4 99.1 MB
03 Solidity Programming Language/028 Mappings.mp4 47.76 MB
03 Solidity Programming Language/029 The Constructor.mp4 51.06 MB
03 Solidity Programming Language/030 Built-in Global Variables.mp4 101.89 MB
03 Solidity Programming Language/031 Contract Address and Balance Sending Ether to a Contract Payable Functions.mp4 116.5 MB
03 Solidity Programming Language/032 Access the Contract Balance.mp4 105.34 MB
03 Solidity Programming Language/033 Variables and Functions Visibility Private Public Internal and External.mp4 125.55 MB
03 Solidity Programming Language/034 Solidity v0.5.x Changes.html 6.13 KB
03 Solidity Programming Language/035 Solidity Programming Source Code.html 1 KB
03 Solidity Programming Language/035 SolidityProgramming.zip 214.92 KB
03 Solidity Programming Language/external-assets-links.txt 346 B
04 The Lottery Smart Contract/036 Planning Design.mp4 20.14 MB
04 The Lottery Smart Contract/037 Defining State Variables Constructor.mp4 14.51 MB
04 The Lottery Smart Contract/038 Enter the Lottery.mp4 51.4 MB
04 The Lottery Smart Contract/039 Validation. The Require Statement.mp4 60.1 MB
04 The Lottery Smart Contract/040 How to Select the Winner.mp4 11.09 MB
04 The Lottery Smart Contract/041 Random Numbers in Solidity.mp4 34.45 MB
04 The Lottery Smart Contract/042 Selecting the Winner and Sending Contract Balance.mp4 88.4 MB
04 The Lottery Smart Contract/043 Resetting the Lottery.mp4 16.36 MB
04 The Lottery Smart Contract/044 Contract Review.mp4 40.32 MB
04 The Lottery Smart Contract/045 Deployment to Rinkeby Test Network. Other Tests.mp4 73.33 MB
04 The Lottery Smart Contract/046 Final Words. The Power of Ethereum.mp4 21.08 MB
04 The Lottery Smart Contract/047 Lottery Smart Contract Source Code.html 1021 B
04 The Lottery Smart Contract/047 Lottery.zip 1.85 KB
04 The Lottery Smart Contract/external-assets-links.txt 168 B
05 The Auction Smart Contract/048 Planning and Design.mp4 20.4 MB
05 The Auction Smart Contract/049 Function Modifiers.mp4 71 MB
05 The Auction Smart Contract/050 Defining State Variables and Constructor.mp4 71.5 MB
05 The Auction Smart Contract/051 Place a Bid.mp4 81.56 MB
05 The Auction Smart Contract/052 Testing the placeBid(...) Function.mp4 38.28 MB
05 The Auction Smart Contract/053 Cancel the Auction.mp4 24.49 MB
05 The Auction Smart Contract/054 Important Security Consideration. Withdrawal Pattern.mp4 10.5 MB
05 The Auction Smart Contract/055 Finalize the Auction.mp4 49.22 MB
05 The Auction Smart Contract/056 Testing the contract. Final words.mp4 82.98 MB
05 The Auction Smart Contract/057 Scalability. Thinking About the Deployment of Thousands of Auctions.mp4 39.35 MB
05 The Auction Smart Contract/058 Contract that Deploys Another Contract.mp4 67.56 MB
05 The Auction Smart Contract/059 Auction Contract Creator.mp4 47.85 MB
05 The Auction Smart Contract/060 Auction Smart Contract Source Code.html 1021 B
05 The Auction Smart Contract/060 Auction.zip 5.72 KB
06 The FundRaising Smart Contract/061 Solving a Real Problem.mp4 18.6 MB
06 The FundRaising Smart Contract/062 Planning and Design.mp4 9.79 MB
06 The FundRaising Smart Contract/063 Defining State Variables and Constructor.mp4 35.62 MB
06 The FundRaising Smart Contract/064 Contribute to the FundRaising Campaign.mp4 56.43 MB
06 The FundRaising Smart Contract/065 Get Refund.mp4 43.76 MB
06 The FundRaising Smart Contract/066 Create a Spending Request.mp4 102.44 MB
06 The FundRaising Smart Contract/067 Vote for a Request.mp4 69.32 MB
06 The FundRaising Smart Contract/068 Make a Payment.mp4 33.57 MB
06 The FundRaising Smart Contract/069 Testing the Contract.mp4 60.57 MB
06 The FundRaising Smart Contract/070 Events.mp4 13.98 MB
06 The FundRaising Smart Contract/071 Adding Events to the Contract.mp4 30.86 MB
06 The FundRaising Smart Contract/072 FundRaising Smart Contract Source Code.html 1.01 KB
06 The FundRaising Smart Contract/072 FundRaising.zip 2.48 KB
07 Implementing an ERC20 Token/073 Contract Inheritance.mp4 33.78 MB
07 Implementing an ERC20 Token/074 Abstract Contracts and Interfaces.mp4 69.6 MB
07 Implementing an ERC20 Token/075 Ethereum Tokens. What is ERC20.mp4 41.68 MB
07 Implementing an ERC20 Token/076 Token Contract State Variables.mp4 37.53 MB
07 Implementing an ERC20 Token/077 Token Contract Constructor and Mandatory Functions.mp4 66.63 MB
07 Implementing an ERC20 Token/078 Testing and Deployment of ERC20 Token on Rinkeby Testnet.mp4 119.3 MB
07 Implementing an ERC20 Token/079 ERC20 Token - allowed transferFrom(...) and approve(...) Functions.mp4 36.04 MB
07 Implementing an ERC20 Token/080 ERC20 Token - Full Implementation.mp4 61.78 MB
07 Implementing an ERC20 Token/081 Final Tests.mp4 44.53 MB
07 Implementing an ERC20 Token/082 ERC20 Smart Contract Source Code.html 969 B
07 Implementing an ERC20 Token/082 ERC20-Token.zip 1.89 KB
08 Implement and run an Initial Coin Offering (ICO)/083 What is an ICO.mp4 21.99 MB
08 Implement and run an Initial Coin Offering (ICO)/084 Planning the ICO Smart Contract.mp4 20.53 MB
08 Implement and run an Initial Coin Offering (ICO)/085 ICO.zip 3.51 KB
08 Implement and run an Initial Coin Offering (ICO)/085 New Update to Solidity 0.5.0.html 4.72 KB
08 Implement and run an Initial Coin Offering (ICO)/086 ICO State Variables and Constructor.mp4 62.89 MB
08 Implement and run an Initial Coin Offering (ICO)/087 ICO States. ICO Emergency Stop and Restart.mp4 38.18 MB
08 Implement and run an Initial Coin Offering (ICO)/088 The Invest Function.mp4 75.62 MB
08 Implement and run an Initial Coin Offering (ICO)/089 ICO Testing.mp4 47.64 MB
08 Implement and run an Initial Coin Offering (ICO)/090 Locking Up Tokens.mp4 41.24 MB
08 Implement and run an Initial Coin Offering (ICO)/091 Tokens Burn.mp4 20.94 MB
08 Implement and run an Initial Coin Offering (ICO)/092 ICO and ERC20 Token deployment on Rinkeby Testnet. Testing the ICO.mp4 62.53 MB
09 Bonus Geth and Private Ethereum Blockchain/093 Important Information.html 1.58 KB
09 Bonus Geth and Private Ethereum Blockchain/094 Installing and Running Geth on Ubuntu.mp4 55.44 MB
09 Bonus Geth and Private Ethereum Blockchain/095 geth Usage (Cheetsheet).html 7.29 KB
09 Bonus Geth and Private Ethereum Blockchain/096 Set Up a Private Ethereum Blockchain.mp4 58.72 MB
09 Bonus Geth and Private Ethereum Blockchain/097 Deploy and Mine a Contract on the Private Blockchain.mp4 41.73 MB
09 Bonus Geth and Private Ethereum Blockchain/external-assets-links.txt 221 B
10 Bonus InterPlanetary File System (IPFS)/098 Ethereum and IPFS.mp4 11.25 MB
10 Bonus InterPlanetary File System (IPFS)/099 What is IPFS and How It Works.mp4 42.52 MB
10 Bonus InterPlanetary File System (IPFS)/100 Installing IPFS on Linux.mp4 37.71 MB
10 Bonus InterPlanetary File System (IPFS)/101 Running an IPFS Node on Linux.mp4 58.5 MB
10 Bonus InterPlanetary File System (IPFS)/102 Installing and Running an IPFS Node on Windows.mp4 60.45 MB
10 Bonus InterPlanetary File System (IPFS)/external-assets-links.txt 185 B
11 Course Completion/103 Congratulations.mp4 2.08 MB
11 Course Completion/104 BONUS Special Thank You Gift.html 4.28 KB
Download Info
-
Tips
“UD297” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.
-
DMCA Notice and Takedown Procedure
If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.