NFT Blockchain Decentralized App Development with Solidity & JavaScript
Build a Dapp with Truffle, Ganache, MetaMask, React and more. Start your Blockchain developer journey and get that 6-figure job in a hot new field.
Learn how to use a token template to customize your own NFT! Build a Non-Fungible Token in your smart contract blockchain project. Use OpenZeppelin, the most popular library for secure blockchain applications! In this project, we use Truffle 2021 and Solidity to build a decentralized web app (dapp).
What is it?
- Collectible unique crypto asset
Popular NFTs
- CryptoKitties
- game centered around breedable, collectible creatures
- Sorare
- global fantasy football game
- collect limited edition collectibles
What is it?
- used to identify something or someone in a unique way
- perfect to be used on platforms that offer:
- collectible items
- access keys
- lottery tickets
- numbered seats
- ...
NFT
- Began in 2012 with Bitcoin Colored Coins
Bitcoin Colored Coins
- Satoshis (small fractions of a bitcoin) colored in with distinct information that could link the coin to a real world asset
- eg) satoshi represents $100 of Mammoth Interactive’s office building
- Mostly used to create and trade art
- Paved the way for new NFT standards
- Blockchain building blocks that allow developers to make NFTs
What can an NFT represent?
- Any real or intangible item
- Art
- Virtual items in video games
- Skins
- Virtual currency
- Avatars
- Music
- Collectibles
- Real estate
- Virtual land
- Video footage
This course will get you to build NFT dapps from scratch.
The blockchain is a revolutionary technology that allows for the secure, distributed, decentralized storage of information. Over the past few years, the blockchain has taken the engineering landscape by storm. Many people in the industry predict that the blockchain will disrupt the ways we interact with technology on the same way the Internet did in the early 2000s.
The blockchain is the main technology behind Bitcoin, Ethereum, and the other prominent cryptocurrencies that we read about in the news today. By leveraging the blockchain, cryptocurrencies create a system of “trustless”ness. This cuts the need for middle men like banks and traders in economic systems.
Your Instructor
Alexandra Kropf is Mammoth Interactive's CLO and a software developer with extensive experience in full-stack web development, app development and game development. She has helped produce courses for Mammoth Interactive since 2016, including the Coding Interview series in Java, JavaScript, C++, C#, Python and Swift.
Mammoth Interactive is a leading online course provider in everything from learning to code to becoming a YouTube star. Mammoth Interactive courses have been featured on Harvard’s edX, Business Insider and more.
Over 12 years, Mammoth Interactive has built a global student community with 4 million courses sold. Mammoth Interactive has released over 350 courses and 3,500 hours of video content.
Founder and CEO John Bura has been programming since 1997 and teaching
since 2002. John has created top-selling applications for iOS, Xbox and
more. John also runs SaaS company Devonian Apps, building
efficiency-minded software for technology workers like you.
Course Curriculum
-
Preview00 Blockchain Introduction (8:32)
-
Start01 What Are Blockchains And Distributed Ledgers (3:48)
-
Start02A What Are Bitcoin And Ethereum (5:28)
-
Start02B Ethereum Blockchain Properties (10:22)
-
Start02C Ethereum Deep Dive (10:23)
-
Start03 What Are Smart Contracts (2:01)
-
Start04 What Is The Solidity Programming Language (4:01)
-
Start05 What Is An NFT (2:44)
-
StartSource Files