zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
[FreeCourseSite.com] Udemy - Ethereum Developer Masterclass Build Real World Projects
magnet:?xt=urn:btih:3a98752b0471c71d35af8f30335af6a9e115c1ee&dn=[FreeCourseSite.com] Udemy - Ethereum Developer Masterclass Build Real World Projects
磁力链接详情
Hash值:
3a98752b0471c71d35af8f30335af6a9e115c1ee
点击数:
154
文件大小:
1.34 GB
文件数量:
126
创建日期:
2018-5-20 20:39
最后访问:
2024-10-28 21:40
访问标签:
FreeCourseSite
com
Udemy
-
Ethereum
Developer
Masterclass
Build
Real
World
Projects
文件列表详情
01 Welcome To The Ethereum Developer Masterclass/001 Course Introduction.mp4 32.14 MB
02 Basics Of Blockchain Development/003 Section Introduction.mp4 30.74 MB
02 Basics Of Blockchain Development/004 Basic Concepts Of The Blockchain.mp4 10.3 MB
02 Basics Of Blockchain Development/005 How A Smart Contract Works.mp4 10.99 MB
02 Basics Of Blockchain Development/006 Ethereum Blockchain Nodes Explained.mp4 14.34 MB
02 Basics Of Blockchain Development/007 Difference Between A Call & A Transaction.mp4 6.22 MB
02 Basics Of Blockchain Development/008 The Genesis_Json File & How You Create A Private Network.mp4 13.9 MB
02 Basics Of Blockchain Development/010 How To Use The Ethereum TestRPC & Why A Mnemonic Is Important.mp4 4.5 MB
02 Basics Of Blockchain Development/011 Dapps_ Web3 & The Communication Between Javascript And The Blockchain.mp4 8.78 MB
02 Basics Of Blockchain Development/013 Mist & The Ethereum Wallet.mp4 7.74 MB
02 Basics Of Blockchain Development/014 Mist & The Ethereum Wallet (Practical).mp4 17.29 MB
02 Basics Of Blockchain Development/015 Troubleshooting Tips For Mac & Linux - The IPC File.mp4 2.93 MB
02 Basics Of Blockchain Development/017 Let8217s Take A Look At MetaMask.mp4 7.55 MB
02 Basics Of Blockchain Development/018 Let8217s Have A Look At Remix.mp4 4.87 MB
02 Basics Of Blockchain Development/019 How To Install & Use Truffle.mp4 9.54 MB
02 Basics Of Blockchain Development/020 This is Exactly How You Use Structs and Mappings in Solidity.mp4 11.11 MB
02 Basics Of Blockchain Development/021 Section Wrap-Up.mp4 6.63 MB
03 ERC-20 Tokens & Initial Coin Offerings/022 Section Introduction.mp4 10.93 MB
03 ERC-20 Tokens & Initial Coin Offerings/023 What Is An Ethereum Based Initial Coin Offering_.mp4 9.31 MB
03 ERC-20 Tokens & Initial Coin Offerings/024 ERC-20 Ethereum Sample Token Contract Analysis.mp4 34.6 MB
03 ERC-20 Tokens & Initial Coin Offerings/025 Launching Our Own ICO Token On Our Private Network.mp4 22.06 MB
03 ERC-20 Tokens & Initial Coin Offerings/026 Watching Our Token Contract In Mist_Ethereum Wallet.mp4 4.14 MB
03 ERC-20 Tokens & Initial Coin Offerings/027 Moving Tokens Between Accounts.mp4 10.83 MB
03 ERC-20 Tokens & Initial Coin Offerings/028 Section Wrap-Up.mp4 2.44 MB
04 Our Distributed Exchange/029 Section Introduction.mp4 14.71 MB
04 Our Distributed Exchange/030 What Is An Exchange & How Do They Work_.mp4 4.65 MB
04 Our Distributed Exchange/031 What We're Going To Integrate On The Blockchain.mp4 4.53 MB
04 Our Distributed Exchange/032 Interface Of Our Contract In Detail.mp4 10.65 MB
04 Our Distributed Exchange/033 Difference Between A Market-Order & A Limit-Order.mp4 5.57 MB
04 Our Distributed Exchange/034 Datatypes We're Going To Implement In Our Contract.mp4 16.44 MB
04 Our Distributed Exchange/035 The Events Our Contract Should Emit.mp4 3.83 MB
04 Our Distributed Exchange/036 Section Wrap-Up.mp4 2.27 MB
05 Solidity Security & Best Practices For Working With It/037 Section Introduction.mp4 12.82 MB
05 Solidity Security & Best Practices For Working With It/038 A Library In Solidity & How It Works Explained.mp4 12.77 MB
05 Solidity Security & Best Practices For Working With It/039 Importing Source Files.mp4 6.65 MB
05 Solidity Security & Best Practices For Working With It/040 Difference Between _Send_ _Transfer & _Call()().mp4 2.09 MB
05 Solidity Security & Best Practices For Working With It/041 Difference Between _Send_ _Transfer & _Call()() (Practical).mp4 17.46 MB
05 Solidity Security & Best Practices For Working With It/042 Exception Handling_ Require()_ Assert() & Revert().mp4 4.54 MB
05 Solidity Security & Best Practices For Working With It/043 Exception Handling_ require()_ assert() and revert() practical examples.mp4 13.9 MB
05 Solidity Security & Best Practices For Working With It/044 Difference Between Remix_ Truffle_ Webpack & Angular.mp4 7.82 MB
05 Solidity Security & Best Practices For Working With It/045 Important Aspects For Solidity Security.mp4 12 MB
05 Solidity Security & Best Practices For Working With It/046 Section Wrap-Up.mp4 4.33 MB
06 Implementation Of The General Structure Of Our Contract/047 Section Introduction.mp4 7.45 MB
06 Implementation Of The General Structure Of Our Contract/048 General Contract Structure.mp4 10.74 MB
06 Implementation Of The General Structure Of Our Contract/049 The Data-Structures We Need.mp4 7.71 MB
06 Implementation Of The General Structure Of Our Contract/050 How To Add Symbols To The Contract.mp4 9.68 MB
06 Implementation Of The General Structure Of Our Contract/052 Discussion & Solution Of The Assignment.mp4 3.29 MB
06 Implementation Of The General Structure Of Our Contract/053 Section Wrap-Up.mp4 1.03 MB
07 Truffle_ Contract Management & Testing/054 Section Introduction.mp4 8.98 MB
07 Truffle_ Contract Management & Testing/055 How To Install Truffle.mp4 8 MB
07 Truffle_ Contract Management & Testing/056 The Truffle Directory Structure.mp4 1.56 MB
07 Truffle_ Contract Management & Testing/057 Looking At The Truffle Config File.mp4 12.39 MB
07 Truffle_ Contract Management & Testing/058 Troubleshooting Truffle On Windows.mp4 2.31 MB
07 Truffle_ Contract Management & Testing/059 Using Truffle In Combination With EthereumJS-TestRPC.mp4 15.59 MB
07 Truffle_ Contract Management & Testing/060 Let8217s Add Our FixedSupplyToken Contract.mp4 7.81 MB
07 Truffle_ Contract Management & Testing/062 Let8217s Add Some Tests For Our FixedSupplyContract.mp4 12.56 MB
07 Truffle_ Contract Management & Testing/064 Discussion & Solution Of The Assignment.mp4 7.1 MB
07 Truffle_ Contract Management & Testing/065 Section Wrap-Up.mp4 2.44 MB
08 Implementation Of Deposits & Withdrawals/066 Section Introduction.mp4 11.19 MB
08 Implementation Of Deposits & Withdrawals/067 Implementation Of Deposit & Withdrawal In Theory.mp4 6.12 MB
08 Implementation Of Deposits & Withdrawals/068 Implement The Deposit & Withdrawal Of Ether.mp4 5.75 MB
08 Implementation Of Deposits & Withdrawals/070 Discussion & Solution Of The Assignment.mp4 5.38 MB
08 Implementation Of Deposits & Withdrawals/071 How The Token Withdrawal Function Should Work.mp4 7.46 MB
08 Implementation Of Deposits & Withdrawals/072 Testing The Ether Deposit_Withdrawal Function.mp4 21.67 MB
08 Implementation Of Deposits & Withdrawals/074 Discussion & Solution Of The Assignment.mp4 23.64 MB
08 Implementation Of Deposits & Withdrawals/075 Section Wrap-Up.mp4 1.63 MB
09 Events/076 Section Introduction.mp4 9.51 MB
09 Events/077 The Events We Want To Emit.mp4 2.63 MB
09 Events/078 Lets Implement The Events.mp4 9.93 MB
09 Events/080 Lets Test The Events In Truffle.mp4 10.12 MB
10 Implementation Of Limit Orders/081 Section Introduction.mp4 8.75 MB
10 Implementation Of Limit Orders/082 The Theory Behind Limit Orders.mp4 9.83 MB
10 Implementation Of Limit Orders/083 Implementation Of The Limit Buy Order.mp4 26.32 MB
10 Implementation Of Limit Orders/085 Discussion & Solution Of The Assignment.mp4 26.74 MB
10 Implementation Of Limit Orders/086 Implementation Of The Order Buy Book.mp4 8.88 MB
10 Implementation Of Limit Orders/087 Testing Orders & the Order Book In Truffle.mp4 24.37 MB
10 Implementation Of Limit Orders/089 Discussion & Solution of the Assignment.mp4 4.02 MB
10 Implementation Of Limit Orders/090 Implementation Of The Cancel Order Function & Problems In Remix.mp4 31.02 MB
11 Implementation Of Market Orders/092 Section Introduction.mp4 9.02 MB
11 Implementation Of Market Orders/093 How Market Orders Can Work.mp4 6.3 MB
11 Implementation Of Market Orders/094 Implementation Of The Market Sell Order Function.mp4 25.13 MB
11 Implementation Of Market Orders/095 Let8217s Test The Function In Truffle.mp4 9.43 MB
11 Implementation Of Market Orders/096 ASSIGNMENT INTRO - Market Buy Order.mp4 14.72 MB
11 Implementation Of Market Orders/098 Discussion & Solution Of The Assignment.mp4 23.79 MB
12 Truffle & The HTML Front-End With Web3/099 Section Introduction.mp4 11.5 MB
12 Truffle & The HTML Front-End With Web3/100 What Our Front-End Will Be Able To Do.mp4 13 MB
12 Truffle & The HTML Front-End With Web3/101 Tips & Tricks For Installing And Working With The Front-End Tools.mp4 23.5 MB
12 Truffle & The HTML Front-End With Web3/102 Scaffolding Our 8UManagetoken8221 Site.mp4 21.22 MB
12 Truffle & The HTML Front-End With Web3/103 Implementing A Function To Get The Balance Of Tokens.mp4 19.4 MB
12 Truffle & The HTML Front-End With Web3/104 Implementing The Function To Send Tokens Between Accounts.mp4 19.47 MB
12 Truffle & The HTML Front-End With Web3/106 Discussion Of The Assignment.mp4 6.68 MB
12 Truffle & The HTML Front-End With Web3/107 Adding A Function To Add A Token To The Exchange.mp4 8.25 MB
12 Truffle & The HTML Front-End With Web3/108 Lets Test With MetaMask & Wrap This Section Up.mp4 21.61 MB
13 Web3 & Events/109 Section Introduction.mp4 8.09 MB
13 Web3 & Events/110 Difference Between Watching & Getting Events.mp4 16.7 MB
13 Web3 & Events/111 Setting Up An Environment To Test Events.mp4 6.75 MB
13 Web3 & Events/112 Testing The Differences Between Watching & Getting Events.mp4 19.52 MB
14 Deposits & Withdrawals/113 Section Introduction.mp4 7.11 MB
14 Deposits & Withdrawals/114 Updating Our Index_Html File With The Menu & The Right Forms.mp4 11.95 MB
14 Deposits & Withdrawals/115 Adding The Logic For Showing The Token & Ether Balance.mp4 14.57 MB
14 Deposits & Withdrawals/116 Adding The Deposit Token Logic.mp4 13.7 MB
14 Deposits & Withdrawals/118 Discussion Of The Assignment.mp4 7.32 MB
14 Deposits & Withdrawals/119 Testing The Deposit & Withdrawal Of Tokens.mp4 10.98 MB
14 Deposits & Withdrawals/120 Lets Add The Deposit Of Ether.mp4 6.75 MB
14 Deposits & Withdrawals/122 Discussion & Wrap Up Of The Withdrawal Ether Functions.mp4 10.82 MB
15 Trading/123 Section Introduction.mp4 8.86 MB
15 Trading/124 HTML Site For Our Trading Functionality (Part 1).mp4 4.33 MB
15 Trading/125 Final Trading Site (Part 2).mp4 6.49 MB
15 Trading/126 Listen To The Trading Events.mp4 14.16 MB
15 Trading/127 Get The Order Books Right.mp4 10.1 MB
15 Trading/128 Lets Test What We Have With MetaMask & TestRPC.mp4 9.32 MB
15 Trading/129 Adding A Function To Sell Tokens.mp4 6.3 MB
15 Trading/130 Test The SellToken Function & Observe The Events.mp4 4.13 MB
15 Trading/132 Discussion Of The BuyToken Function.mp4 2.39 MB
16 Deployment Of Our Contract/133 Section Introduction.mp4 6.14 MB
16 Deployment Of Our Contract/134 This Is The Rinkeby Test-Net.mp4 4.47 MB
16 Deployment Of Our Contract/135 Lets Sync In The Test-Net.mp4 11.81 MB
16 Deployment Of Our Contract/136 Getting Your Accounts From Private Net To Rinkeby Test-Net.mp4 5.98 MB
16 Deployment Of Our Contract/137 Getting Our First Ether From The Rinkeby Faucet.mp4 11 MB
16 Deployment Of Our Contract/138 Start Geth With The Right Parameters.mp4 11.76 MB
16 Deployment Of Our Contract/139 Adjusting The Truffle Config-File & Preparing For Deployment.mp4 15.32 MB
16 Deployment Of Our Contract/140 Opening Our App With MetaMask On The Rinkeby Test-Net.mp4 2.35 MB
16 Deployment Of Our Contract/141 Let's Play Around With Our Exchange & Trade Some Tokens Against Ether.mp4 8.38 MB
17 Publishing The Exchange/142 Publishing The Exchange To Github Pages.mp4 12.44 MB
17 Publishing The Exchange/143 The Final Exchange Distributed Application.mp4 8.72 MB
18 Congratulations On Completing The Ethereum Developer Masterclass/144 Congratulations On Completing This Masterclass.mp4 15.43 MB
其他位置