17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
[FreeCoursesOnline.Me] [Packt] Blockchain Application Development In 7 Days [FCO]
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
By : Will Button Released : Saturday, September 29, 2018 Torrent Contains : 52 Files, 8 Folders Course Source : https://www.packtpub.com/application-development/blockchain-application-development-7-days-video
Building Ethereum DApps Using Smart Contracts for Beginners
Video Details
ISBN 9781789341942 Course Length 3 hours 36 minutes
Table of Contents
• DAY 1 – APPLICATION INTRODUCTION, INSTALLATION, AND SETUP • DAY 2 – SOLIDITY VARIABLES AND DATA TYPES • DAY 3 – IMPLEMENTING BUSINESS LOGIC IN YOUR SMART CONTRACTS • DAY 4 – CREATING TESTS • DAY 5 – BUILD A USER INTERFACE • DAY 6 – USING WALLETS • DAY 7 – DEPLOYING TO THE NETWORK
Video Description
Blockchain is a revolutionary technology. Bitcoin is an example of it but far from the only one, just as email is one particular use of the Internet. Ethereum is a decentralized Blockchain platform that runs smart contracts.
Our course will teach you to build an online gaming application using the Ethereum Blockchain. Each 30 minute section will introduce fundamental Blockchain programming concepts as they relate to creating an online game, followed by practical exercises that customers can implement as homework assignments. With this course, you will learn core Blockchain application development skills, creating smart contracts, interacting with the Ethereum network, building user interfaces, and deploying your application to the Internet.
This course supplies seven self-contained lessons taught in a practical, hands-on way. By the end of the course, you will be amazed how much you have learned about Blockchain application development on the Ethereum network in just one week.
The code bundle for this course is available on the github repository of this video course: https://github.com/PacktPublishing/Blockchain-Application-Development-in-7-days-V
Style and Approach
This fun, informative course takes the viewer through the process of building an online gaming application on the Ethereum Network using Solidity and React. Through the course of building the application, you will learn the fundamental and core concepts of blockchain application development. Designed with the beginner in mind, all concepts are explained fully then followed by examples, which ultimately lead to our complete, functional, gaming application.
What You Will Learn
• Creating and using variables in smart contracts • Implementing logic in smart contracts with functions • Eliminating mistakes and errors in code through the use of automated tests • Interacting with the Ethereum network from a User Interface • Building a User Interface for smart contracts using React • Sending and receiving funds in smart contracts using wallets • Deploying Blockchain applications
Authors
Will Button
Will Button has worked in software engineering and information technology since 1995. For the past 10 years, he has focused on scaling, performance, and automation for tech start-ups in healthcare, logistics, fitness, and more. During that time, he has helped start-ups manage explosive growth, align expenses with funding, and control customer acquisition costs.
Having turned his attention to blockchain in 2017, Will is bullish on its long-term potential and the opportunities available for tech industry professionals. He believes we are at the forefront of the next big revolution in technology and shares his experience, skills, and knowledge with those ready to be a part of it.
For More Udemy Free Courses >>> http://www.freetutorials.eu For more Lynda and other Courses >>> https://www.freecoursesonline.me/ Our Forum for discussion >>> https://discuss.freetutorials.eu/
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
01.Day 1 – Application Introduction, Installation, and Setup/0101.The Course Overview.mp4
25.7 MB
01.Day 1 – Application Introduction, Installation, and Setup/0102.Installing Visual Code, Node.js, the Truffle Framework, Git, and Ganache.mp4
35.8 MB
01.Day 1 – Application Introduction, Installation, and Setup/0103.Create Your First Contract.mp4
16.4 MB
01.Day 1 – Application Introduction, Installation, and Setup/0104.Understand Basic Syntax.mp4
10.9 MB
01.Day 1 – Application Introduction, Installation, and Setup/0105.Writing Your First Test.mp4
6.1 MB
01.Day 1 – Application Introduction, Installation, and Setup/0106.Homework.mp4
3 MB
02.Day 2 – Solidity Variables and Data Types/0201.Understanding Variables.mp4
9.4 MB
02.Day 2 – Solidity Variables and Data Types/0202.Data Types in Solidity.mp4
9.6 MB
02.Day 2 – Solidity Variables and Data Types/0203.Using Variables in Code.mp4
11 MB
02.Day 2 – Solidity Variables and Data Types/0204.Understanding Solidity Operators.mp4
5.5 MB
02.Day 2 – Solidity Variables and Data Types/0205.Usage of Solidity Operators.mp4
10 MB
02.Day 2 – Solidity Variables and Data Types/0206.Homework.mp4
4.5 MB
03.Day 3 – Implementing Business Logic in Your Smart Contracts/0301.Understanding Functions.mp4
15.2 MB
03.Day 3 – Implementing Business Logic in Your Smart Contracts/0302.Function Visibility.mp4
9.5 MB
03.Day 3 – Implementing Business Logic in Your Smart Contracts/0303.Using Functions to Execute Business Logic.mp4
6.5 MB
03.Day 3 – Implementing Business Logic in Your Smart Contracts/0304.Understanding Modifiers.mp4
7.5 MB
03.Day 3 – Implementing Business Logic in Your Smart Contracts/0305.Using Modifiers to Ensure Conditions Are Met.mp4
3.2 MB
03.Day 3 – Implementing Business Logic in Your Smart Contracts/0306.Homework.mp4
4.7 MB
04.Day 4 – Creating Tests/0401.Understanding Unit Tests versus Integration Tests.mp4
12 MB
04.Day 4 – Creating Tests/0402.Testing Strategies for Applications.mp4
8.3 MB
04.Day 4 – Creating Tests/0403.Creating Unit Tests in Solidity.mp4
9.6 MB
04.Day 4 – Creating Tests/0404.Creating Integration Tests in JavaScript.mp4
16.2 MB
04.Day 4 – Creating Tests/0405.Running Test Suites.mp4
21.5 MB
04.Day 4 – Creating Tests/0406.Homework.mp4
1.9 MB
05.Day 5 – Build a User Interface/0501.Understanding the Role of JavaScript and React in a DApp.mp4
10.6 MB
05.Day 5 – Build a User Interface/0502.Creating a React App from a Template.mp4
6.4 MB
05.Day 5 – Build a User Interface/0503.Display Game State to Players.mp4
31.7 MB
05.Day 5 – Build a User Interface/0504.Get Player Input from the UI.mp4
7.2 MB
05.Day 5 – Build a User Interface/0505.Provide Feedback to the Player.mp4
18.6 MB
05.Day 5 – Build a User Interface/0506.JavaScript Promises in a Networked Application.mp4
6.3 MB
05.Day 5 – Build a User Interface/0507.Using web3.js to Communicate with the Ethereum Network.mp4
21.5 MB
05.Day 5 – Build a User Interface/0508.Implementing JavaScript Functions in a User Interface.mp4
9.3 MB
05.Day 5 – Build a User Interface/0509.Homework.mp4
4.8 MB
06.Day 6 – Using Wallets/0601.Understanding Wallets and Security.mp4
13.6 MB
06.Day 6 – Using Wallets/0602.Install and Configure MetaMask.mp4
15.7 MB
06.Day 6 – Using Wallets/0603.Understanding Gas Price and Gas Limits.mp4
11.9 MB
06.Day 6 – Using Wallets/0604.Viewing Blockchain Transactions on the Ethereum Network.mp4
9.8 MB
06.Day 6 – Using Wallets/0605.Understand Online and Offline Wallets.mp4
22 MB
06.Day 6 – Using Wallets/0606.Injecting the Web3 Provider.mp4
7.8 MB
06.Day 6 – Using Wallets/0607.Homework.mp4
5.1 MB
07.Day 7 – Deploying to the Network/0701.Understanding the Role of the UI and Smart Contract.mp4
6.1 MB
07.Day 7 – Deploying to the Network/0702.Deploying Smart Contracts to the Ethereum Network.mp4
12 MB
07.Day 7 – Deploying to the Network/0703.Obtaining Ether for Use in Test Networks.mp4
16.2 MB
07.Day 7 – Deploying to the Network/0704.Deploying the UI to AWS.mp4
42.6 MB
07.Day 7 – Deploying to the Network/0705.Homework.mp4