Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Smart Contract Development: CryptoDoggies Token Game
Rating: 3.7 out of 5(97 ratings)
906 students

Smart Contract Development: CryptoDoggies Token Game

Develop Web3 & Solidity Applications on the Ethereum Blockchain
Created byNathan Glover
Last updated 1/2019
English

What you'll learn

  • Development Pipeline - Full stack understanding of how to create and deploy smart contract applications.
  • Unit Testing - How to Unit Test smart contracts before deploying to an Immutable state.
  • Solidity Basics - General Overview of the functionality the Solidity language provides.
  • Development Tools - How to use Truffle, Web3 and Remix to speed up development.
  • Frontend Interface - How to create a simple frontend that supports MetaMask for your end users to interact with.

Course content

5 sections39 lectures3h 35m total length
  • Welcome to the Course0:58

    In this section we go through what this course is, who it is for and what we will be building through out the lessons. I demonstrate the final functionality we are building towards (http://cryptodoggies.store)

  • What Is Ethereum?1:06

    Introduction to Ethereum; we'll go over some history of how it came about and what the creators of it were looking to solve

  • Introduction to Smart Contracts0:48

    We discuss what a Smart Contract is and how it exists in the Ethereum Blockchain. We also talk about how it compares with other Blockchain technology and why Ethereum has such an interesting take on it.

  • Development Setup - Windows12:33

    Walkthrough of the steps required to install the following tools on Windows:

    - NodeJS / NPM

    - Ganache/Ganache CLI

  • Development Setup - MacOS3:53

    Walkthrough of the steps required to install the following tools on MacOS:

    NodeJS / NPM

    Ganache/Ganache CLI

  • Development Setup - Linux4:18

    Walkthrough of the steps required to install the following tools on Linux/Ubuntu:

    NodeJS / NPM

    Ganache/Ganache CLI

Requirements

  • Access to a computer (Windows, MacOS, Linux)
  • Basic Experience with JavaScript and NPM

Description

I'm sure you've heard of CryptoKitties, the first highly successful Ethereum Smart Contract and Distributed Application (DApp) that took the world by storm!.

There is no denying that Ethereum and the amazing opportunities that come from writing Smart Contracts will only get bigger and more disruptive in the coming years as it continues to grow.

Learn How To Use:

  • Solidity - The programming language used to write smart contracts
  • Truffle - The most popular way to develop smart contracts
  • MetaMask - Browser extension to interact with your smart contract
  • Bootstrap / JavaScript - You'll build your own website using common web frameworks and languages.
  • ERC721 Token Standards - You'll build your own ERC721 compliant Token that can be traded on the Ethereum blockchain.

I wrote this course for people who want to step through each of the steps required to implement their very own ERC721 Token called CryptoDoggies. Each of the Doggies created is completely unique and can be sold and collected on the Ethereum Blockchain.

By the end of this course you will have deployed your very own CryptoDoggy contract, and be fully capable in creating anything you can dream of using the amazing power of Ethereum Smart Contracts.

Who this course is for:

  • Motivated entrepreneurs looking to get an early leg up into understand the power of Smart Contracts
  • Beginners to Smart Contracts who just want learn how to get started in a practical and fun way
  • Veteran developers who want to move into the new world of Blockchain Development