Taught at egghead.io
Published a course on egghead.io
Published a new course on egghead.io

Web3 is a paradigm shift in how applications are interacted with, ran, and built.


It’s not just a Pump-and-Dump scheme on cryptocurrencies or Bored Ape NFT profile pictures you can put on Twitter.


A fundamental tenet of Web3 is bringing ownership back to the user. You no longer have to trust that your data is being properly handled on someone else’s server (although, currently Web3 ecosystem mainly depends on centralized infrastructure such as GitHub).


This ownership is achieved through blockchain, cryptocurrencies, NFTs, and smart contracts.


A great example of this type of ownership is how you exchange money in Web3. There is no intermediary like Stripe, or PayPal to process your transactions. You can even build your smart contracts that receive crypto (e.g. Ethereum or ‘eth’ for short) and then process that eth how you’d like.


Building this type of smart contract is exactly what Matías will show you how to do right now.


In this course you'll build a Web3 application that allows you to receive tips in the form of eth in a tip jar on your website. This means your application will be backed by a smart contract that accepts eth, stores data, and emits Solidity events.


The frontend application uses SvelteKit, which you’ll see how easy it is to get up and be productive within minutes. A huge benefit here is that the JavaScript you write is just that, JavaScript. You’ll be able to take what you learn and implement it into any framework of your choosing.


While you build this application, you will learn how to:

  • Write a smart contract using Solidity language
  • Test the smart contract using just JavaScript through the waffle framework
  • Communicate and interact with the smart contract using ethers.js in a SvelteKit application
  • Deploy your smart contract to make it public and accessible to anyone