-
Web3 Tutorial: Introduction for Beginners
Get your FREE Web3 cheatsheet here: https://mailchi.mp/99b921a776ab/web3-cheatsheet
Web3 is a Javascript library to interact with Ethereum smart contracts. In this tutorial, I am going to give you an introduction to web3:
- What is Web3?
- How to interact with a smart contract with the Ethereum API?
- How to interact with a smart contract with Web3?
Full Web3 Tutorial Series: https://www.youtube.com/watch?v=2TV0r94p8OY&list=PLbbtODcOYIoFs0PDlTdxpEsZiyDR2q9aA
Other Links:
- Forum: https://forum.eattheblocks.com
- Blog: https://eattheblocks.com
- Author Website: https://www.julienklepatch.com -
Web3 Tutorial: Install Web3 on Mac, Linux or Windows
Get your FREE Web3 cheatsheet here: https://mailchi.mp/99b921a776ab/web3-cheatsheet
How to install Web3 on Mac, Linux or Windows?
Full Web3 Tutorial Series: https://www.youtube.com/watch?v=2TV0r94p8OY&list=PLbbtODcOYIoFs0PDlTdxpEsZiyDR2q9aA
Other Links:
- Forum: https://forum.eattheblocks.com
- Blog: https://eattheblocks.com
- Author Website: https://www.julienklepatch.com -
Web3 Tutorial: Connect to the Ethereum Blockchain with Ganache
Get your FREE Web3 cheatsheet here: https://mailchi.mp/99b921a776ab/web3-cheatsheet
In this video I will show you how to connect to the Ethereum Blockchain with Web3 and Ganache. I will cover:
- Web3 providers (What is a Web3 provider?)
- How to create a web3 object? (Web3 object instantiation)
Full Web3 Tutorial Series: https://www.youtube.com/watch?v=2TV0r94p8OY&list=PLbbtODcOYIoFs0PDlTdxpEsZiyDR2q9aA
Other Links:
- Forum: https://forum.eattheblocks.com
- Blog: https://eattheblocks.com
- Author Website: https://www.julienklepatch.com -
Web3 Tutorial: How to create a web3 contract instance?
Get your FREE Web3 cheatsheet here: https://mailchi.mp/99b921a776ab/web3-cheatsheet
Full Web3 Tutorial Series: https://www.youtube.com/watch?v=2TV0r94p8OY&list=PLbbtODcOYIoFs0PDlTdxpEsZiyDR2q9aA
Other Links:
- Forum: https://forum.eattheblocks.com
- Blog: https://eattheblocks.com
- Author Website: https://www.julienklepatch.com -
Web3 Tutorial: Call a smart contract function (read data from Blockchain)
Get your FREE Web3 cheatsheet here: https://mailchi.mp/99b921a776ab/web3-cheatsheet
How to call a Solidity smart contract function with Web3?
How to read data from the Ethereum Blockchain?
I am going to show you this in this video 🙂
Full Web3 Tutorial Series: https://www.youtube.com/watch?v=2TV0r94p8OY&list=PLbbtODcOYIoFs0PDlTdxpEsZiyDR2q9aA
Other Links:
- Forum: https://forum.eattheblocks.com
- Blog: https://eattheblocks.com
- Author Website: https://www.julienklepatch.com -
Web3 Tutorial: send transactions to a smart contract
Get your FREE Web3 cheatsheet here: https://mailchi.mp/99b921a776ab/web3-cheatsheet
In this tutorial, I will show you how to send transactions to an Ethereum smart contract with Web3.
Full Web3 Tutorial Series: https://www.youtube.com/watch?v=2TV0r94p8OY&list=PLbbtODcOYIoFs0PDlTdxpEsZiyDR2q9aA
Other Links:
- Forum: https://forum.eattheblocks.com
- Blog: https://eattheblocks.com
- Author Website: https://www.julienklepatch.com -
Web3 Tutorial : The 2 ways to Send Ether to smart contract
Get your FREE Web3 cheatsheet here: https://mailchi.mp/99b921a776ab/web3-cheatsheet
In this video, I will show you how to send Ether to an Ethereum smart contract with Web3 and cover the different ether transfer options:
- calling a function Send Ether to a smart contract by calling a function
- sending Ether directly to the smart contract (fallback function)
I will also show you how to send Ether to a regular address with Web3.
Full Web3 Tutorial Series: https://www.youtube.com/watch?v=2TV0r94p8OY&list=PLbbtODcOYIoFs0PDlTdxpEsZiyDR2q9aA
Other Links:
- Forum: https://forum.eattheblocks.com
- Blog: https://eattheblocks.com
- Author Website: https://www.julienklepatch.com -
Web3 Tutorial: the 3 ways to listen to smart contract events
Get your FREE Web3 cheatsheet here: https://mailchi.mp/99b921a776ab/web3-cheatsheet
There are 3 ways to listen to events with Web3:
- if you created the event, with the transaction receipt
- if you want to read events already emitted, use getPastEvents()
- if you want to receive events in real-time, use contract.events.EventName()
Watch this tutorial to know how to listen to smart contract events with Web3
Full Web3 Tutorial Series: https://www.youtube.com/watch?v=2TV0r94p8OY&list=PLbbtODcOYIoFs0PDlTdxpEsZiyDR2q9aA
Other Links:
- Forum: https://forum.eattheblocks.com
- Blog: https://eattheblocks.com
- Author Website: https://www.julienklepatch.com -
Web3 Tutorial: Deploy & Interact with smart contracts on Ropsten & Mainnet with Infura
Get your FREE Web3 cheatsheet here: https://mailchi.mp/99b921a776ab/web3-cheatsheet
We are going to cover all the aspects of Web3 smart contract deployments on Ethereum:
- How to deploy a smart contract on Ropsten and other public Testnets (Kovan, Rinkeby...)
- How to deploy a smart contract on Mainnet?
We are going to use:
- Truffle
- Web3
- Infura, the public API for Ethereum
Full Web3 Tutorial Series: https://www.youtube.com/watch?v=2TV0r94p8OY&list=PLbbtODcOYIoFs0PDlTdxpEsZiyDR2q9aA
Other Links:
- Forum: https://forum.eattheblocks.com
- Blog: https://eattheblocks.com
- Author Website: https://www.julienklepatch.com -
Web3 Tutorial: Integrate Web3 with Metamask
Get your FREE Web3 cheatsheet here: https://mailchi.mp/99b921a776ab/web3-cheatsheet
How to integrate Web3 with Metamask? This covers:
- Installation of Metamask
- Integration of Metamask
- New Metamask with ethereum.enable method
- Old Metamask with web3 injected
- Connect Metamask to Ganache with Metamask seed phrase
Full Web3 Tutorial Series: https://www.youtube.com/watch?v=2TV0r94p8OY&list=PLbbtODcOYIoFs0PDlTdxpEsZiyDR2q9aA
Other Links:
- Forum: https://forum.eattheblocks.com
- Blog: https://eattheblocks.com
- Author Website: https://www.julienklepatch.com -
Web3 Tutorial: Utility Functions (fromWei, toWei, hexToAscii, etc...)
Get your FREE Web3 cheatsheet here: https://mailchi.mp/99b921a776ab/web3-cheatsheet
In this video I will introduce you the utility functions of Web3:
- Convert Ether units: fromWei and toWei
- Convert strings to Hex: asciiToHex, hexToHex
- Address functions: isAddress, checkAddressChecksum, toChecksumAddress
- Hashing functions: sha3 and soliditySha3
Full Web3 Tutorial Series: https://www.youtube.com/watch?v=2TV0r94p8OY&list=PLbbtODcOYIoFs0PDlTdxpEsZiyDR2q9aA
Other Links:
- Forum: https://forum.eattheblocks.com
- Blog: https://eattheblocks.com
- Author Website: https://www.julienklepatch.com