🧰 Web3 [Serie Part 7/10] - Listen to Smart Contract Events
Introduction
What is an Event?
> An event emits data from a Smart Contract, when a transaction occurs.
Ethereum Smart Contracts
🧰 Web3 [Serie Part 6/10] - Send Ether to a Smart Contract
Introduction
Sometimes it's necessary to load the Smart Contract with Ethers. Thus, we need
to be able to send some
🧰 Web3 [Serie Part 5/10] - Send Transactions to a Smart Contract (sendTransactions API)
Introduction
In the previous lecture, we read data from our Smart Contract. In this lecture,
we are going to write
🧰 Web3 [Serie Part 4/10] - Call A Smart Contract
Introduction
In this chapter, we are going to interact with our Smart Contract.
First, we will use the Call API.
🧰 Web3 [Serie Part 3/10] - Create A Contract Instance
Introduction
In this chapter, we will learn how to create an instance of our Smart Contract.
This part is required
🧰 Web3 [Serie Part 2/10] - Connect Web3 to Ganache
At the end of this chapter, we will be able to connect our code to our local
blockchain (Ganache), and
🧰 Web3 [Serie Part 1/10] - Setup Environment
Introduction
At the end of this section, we will have a development environment setup
allowing us to pursue the whole
🧰 Web3 [Serie Part 0/10] - Introduction
Series Plan
In this Web3.js serie, we will go through the following parts:
1. Setup Environment
2. Connect Web3